diff options
| author | Štěpán Němec <stepnem@smrk.net> | 2025-10-24 10:03:56 +0200 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2025-10-24 16:57:24 -0400 |
| commit | bd789ff2b381163401bdc483bb7f6947e0e33bb9 (patch) | |
| tree | eaa13e9f12205ed69b0a8de12298e3dd850e3b4b /OpenBSD | |
| parent | Update to Linux man-pages 6.15 (diff) | |
| download | exman-bd789ff2b381163401bdc483bb7f6947e0e33bb9.tar.gz exman-bd789ff2b381163401bdc483bb7f6947e0e33bb9.zip | |
Diffstat (limited to 'OpenBSD')
| -rw-r--r-- | OpenBSD/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenBSD/Makefile b/OpenBSD/Makefile index ef2a6eb..d4b1674 100644 --- a/OpenBSD/Makefile +++ b/OpenBSD/Makefile @@ -1,5 +1,5 @@ SYSTEM = OpenBSD -VERSION = 7.7 +VERSION = 7.8 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 |