diff options
author | June McEnroe <june@causal.agency> | 2021-05-08 17:21:05 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-05-08 17:21:05 -0400 |
commit | 7af37585b8794acb7fea5e18ff1da1b0f4ae08c3 (patch) | |
tree | 5f4e80b86bc2c7db5c2e447f8e7f1bca1ffa35cf /OpenBSD | |
parent | Update to Linux man-pages 5.11 (diff) | |
download | exman-7af37585b8794acb7fea5e18ff1da1b0f4ae08c3.tar.gz exman-7af37585b8794acb7fea5e18ff1da1b0f4ae08c3.zip |
Update to OpenBSD 6.9
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 0fd4e2e..88f4e5c 100644 --- a/OpenBSD/Makefile +++ b/OpenBSD/Makefile @@ -1,5 +1,5 @@ SYSTEM = OpenBSD -VERSION = 6.8 +VERSION = 6.9 MIRROR = https://cdn.openbsd.org/pub/OpenBSD/${VERSION}/amd64 V = ${VERSION:S/.//} DISTFILES = comp${V}.tgz game${V}.tgz man${V}.tgz |