Update to FreeBSD 13.2.

This commit is contained in:
Tom Alexander
2023-04-12 14:08:40 -04:00
parent 533d732059
commit ac914b7ff0
7 changed files with 7 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ function by_src {
}
function by_bin {
DESTRELEASE=13.1-RELEASE
DESTRELEASE=13.2-RELEASE
DESTARCH=`uname -m`
SOURCEURL=http://ftp.freebsd.org/pub/FreeBSD/releases/$DESTARCH/$DESTRELEASE/
for component in base ports; do fetch $SOURCEURL/$component.txz -o - | tar -xf - -C "$DESTDIR" ; done