diff options
author | Štěpán Němec <stepnem@smrk.net> | 2025-05-02 12:21:37 +0200 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2025-06-11 23:10:21 -0400 |
commit | b8fab18fc7eb882fa378fcc990a990a4f68cca51 (patch) | |
tree | a7626d32d578812a4b0371024f33949d6f17dc49 /OpenBSD/Makefile | |
parent | Update to Linux man-pages 6.12 (diff) | |
download | exman-b8fab18fc7eb882fa378fcc990a990a4f68cca51.tar.gz exman-b8fab18fc7eb882fa378fcc990a990a4f68cca51.zip |
Update to Linux man-pages 6.13, OpenBSD 7.7
Diffstat (limited to 'OpenBSD/Makefile')
-rw-r--r-- | OpenBSD/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenBSD/Makefile b/OpenBSD/Makefile index 6b4d99d..ef2a6eb 100644 --- a/OpenBSD/Makefile +++ b/OpenBSD/Makefile @@ -1,5 +1,5 @@ SYSTEM = OpenBSD -VERSION = 7.6 +VERSION = 7.7 MIRROR = https://cdn.openbsd.org/pub/OpenBSD/${VERSION}/amd64 V = ${VERSION:S/.//} DISTFILES = base${V}.tgz comp${V}.tgz game${V}.tgz man${V}.tgz |