diff options
author | Štěpán Němec <stepnem@smrk.net> | 2023-04-12 14:25:53 +0200 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2023-10-11 19:53:29 -0400 |
commit | 11f10d4cacded55fea63411f15539ba8857c0feb (patch) | |
tree | 71d8a8f591fc1b87776d048f8c9724ff3774fcb9 /FreeBSD | |
parent | Update to Linux man-pages 6.04, OpenBSD 7.3 (diff) | |
download | exman-11f10d4cacded55fea63411f15539ba8857c0feb.tar.gz exman-11f10d4cacded55fea63411f15539ba8857c0feb.zip |
Update to FreeBSD 13.2
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 f201f4c..6a28ac8 100644 --- a/FreeBSD/Makefile +++ b/FreeBSD/Makefile @@ -1,5 +1,5 @@ SYSTEM = FreeBSD -VERSION = 13.1-RELEASE +VERSION = 13.2-RELEASE MIRROR = https://download.FreeBSD.org/ftp/releases/amd64/${VERSION} DISTFILES = base.txz FILES = ./usr/share/man/man[1-9]/ |