FreeBSD 14.1
This commit is contained in:
parent
bb5f1adc1f
commit
0c1b140638
2 changed files with 8 additions and 1 deletions
|
|
@ -302,10 +302,10 @@ case "$1" in
|
|||
$0 8.3
|
||||
$0 8.4
|
||||
$0 8.5
|
||||
$0 8-stream
|
||||
;;
|
||||
current)
|
||||
$0 7.9 # till 2024-06-30
|
||||
$0 8-stream
|
||||
$0 9-stream
|
||||
;;
|
||||
all)
|
||||
|
|
|
|||
|
|
@ -654,6 +654,12 @@ case $1 in
|
|||
index_core freebsd-14.0 "${MIR}base.txz" core-base 2023-11-20
|
||||
index freebsd2 --sys freebsd-14.0 --mirror "$PKG"
|
||||
;;
|
||||
14.1)
|
||||
MIR="${CMIRROR}amd64/14.1-RELEASE/"
|
||||
PKG="${PMIRROR}FreeBSD:14:amd64/release_1/"
|
||||
index_core freebsd-14.1 "${MIR}base.txz" core-base 2024-06-04
|
||||
index freebsd2 --sys freebsd-14.1 --mirror "$PKG"
|
||||
;;
|
||||
old)
|
||||
$0 1.0
|
||||
$0 2.0.5
|
||||
|
|
@ -731,5 +737,6 @@ case $1 in
|
|||
$0 13.2
|
||||
$0 13.3
|
||||
$0 14.0
|
||||
$0 14.1
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue