FreeBSD 13.5
This commit is contained in:
parent
e33faef861
commit
adfeffd1d1
2 changed files with 7 additions and 1 deletions
|
|
@ -8,6 +8,5 @@ case "$1" in
|
||||||
current)
|
current)
|
||||||
index arch --sys arch --mirror $MIRROR --repo core
|
index arch --sys arch --mirror $MIRROR --repo core
|
||||||
index arch --sys arch --mirror $MIRROR --repo extra
|
index arch --sys arch --mirror $MIRROR --repo extra
|
||||||
index arch --sys arch --mirror $MIRROR --repo community
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
||||||
|
|
@ -654,6 +654,12 @@ case $1 in
|
||||||
index_core freebsd-13.4 "${MIR}base.txz" core-base 2024-09-17
|
index_core freebsd-13.4 "${MIR}base.txz" core-base 2024-09-17
|
||||||
index freebsd2 --sys freebsd-13.4 --mirror "$PKG"
|
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)
|
14.0)
|
||||||
MIR="${CMIRROR}amd64/14.0-RELEASE/"
|
MIR="${CMIRROR}amd64/14.0-RELEASE/"
|
||||||
PKG="${PMIRROR}FreeBSD:14:amd64/release_0/"
|
PKG="${PMIRROR}FreeBSD:14:amd64/release_0/"
|
||||||
|
|
@ -749,6 +755,7 @@ case $1 in
|
||||||
$0 13.2
|
$0 13.2
|
||||||
$0 13.3
|
$0 13.3
|
||||||
$0 13.4
|
$0 13.4
|
||||||
|
$0 13.5
|
||||||
$0 14.0
|
$0 14.0
|
||||||
$0 14.1
|
$0 14.1
|
||||||
$0 14.2
|
$0 14.2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue