Add FreeBSD 14.3
This commit is contained in:
parent
1ee9474826
commit
d6b515d941
2 changed files with 11 additions and 2 deletions
|
|
@ -678,6 +678,12 @@ case $1 in
|
|||
index_core freebsd-14.2 "${MIR}base.txz" core-base 2024-12-03
|
||||
index freebsd2 --sys freebsd-14.2 --mirror "$PKG"
|
||||
;;
|
||||
14.3)
|
||||
MIR="${CMIRROR}amd64/14.3-RELEASE/"
|
||||
PKG="${PMIRROR}FreeBSD:14:amd64/release_3/"
|
||||
index_core freebsd-14.3 "${MIR}base.txz" core-base 2025-06-10
|
||||
index freebsd2 --sys freebsd-14.3 --mirror "$PKG"
|
||||
;;
|
||||
old)
|
||||
$0 1.0
|
||||
$0 2.0.5
|
||||
|
|
@ -759,5 +765,6 @@ case $1 in
|
|||
$0 14.0
|
||||
$0 14.1
|
||||
$0 14.2
|
||||
$0 14.3
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue