diff options
author | Štěpán Němec <stepnem@smrk.net> | 2023-11-22 13:54:42 +0100 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2023-11-27 16:12:02 -0500 |
commit | ef24a24183911e370ec9773d4e9fa47e13a91ab5 (patch) | |
tree | 8344299610e7126ff0033c2b6b7f53800f96fdfc /FreeBSD | |
parent | Update to OpenBSD 7.4 (diff) | |
download | exman-ef24a24183911e370ec9773d4e9fa47e13a91ab5.tar.gz exman-ef24a24183911e370ec9773d4e9fa47e13a91ab5.zip |
Update to FreeBSD 14.0 2065.05
Diffstat (limited to '')
-rw-r--r-- | FreeBSD/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FreeBSD/Makefile b/FreeBSD/Makefile index 6a28ac8..0d83604 100644 --- a/FreeBSD/Makefile +++ b/FreeBSD/Makefile @@ -1,5 +1,5 @@ SYSTEM = FreeBSD -VERSION = 13.2-RELEASE +VERSION = 14.0-RELEASE MIRROR = https://download.FreeBSD.org/ftp/releases/amd64/${VERSION} DISTFILES = base.txz FILES = ./usr/share/man/man[1-9]/ |