diff --git a/util/arch.sh b/util/arch.sh index 894bd91..f2c86e8 100755 --- a/util/arch.sh +++ b/util/arch.sh @@ -8,6 +8,5 @@ case "$1" in current) index arch --sys arch --mirror $MIRROR --repo core index arch --sys arch --mirror $MIRROR --repo extra - index arch --sys arch --mirror $MIRROR --repo community ;; esac diff --git a/util/freebsd.sh b/util/freebsd.sh index f047dcc..11c48a5 100755 --- a/util/freebsd.sh +++ b/util/freebsd.sh @@ -654,6 +654,12 @@ case $1 in index_core freebsd-13.4 "${MIR}base.txz" core-base 2024-09-17 index freebsd2 --sys freebsd-13.4 --mirror "$PKG" ;; + 13.5) + MIR="${CMIRROR}amd64/13.5-RELEASE/" + PKG="${PMIRROR}FreeBSD:13:amd64/release_5/" + index_core freebsd-13.5 "${MIR}base.txz" core-base 2025-03-11 + index freebsd2 --sys freebsd-13.5 --mirror "$PKG" + ;; 14.0) MIR="${CMIRROR}amd64/14.0-RELEASE/" PKG="${PMIRROR}FreeBSD:14:amd64/release_0/" @@ -749,6 +755,7 @@ case $1 in $0 13.2 $0 13.3 $0 13.4 + $0 13.5 $0 14.0 $0 14.1 $0 14.2