Repo updates
This commit is contained in:
parent
f5b35efdc3
commit
e77775246c
4 changed files with 20 additions and 4 deletions
|
|
@ -637,6 +637,12 @@ case $1 in
|
|||
index_core freebsd-13.1 "${MIR}base.txz" core-base 2022-05-16
|
||||
index freebsd2 --sys freebsd-13.1 --mirror "$PKG"
|
||||
;;
|
||||
13.2)
|
||||
MIR="${CMIRROR}amd64/13.2-RELEASE/"
|
||||
PKG="${PMIRROR}FreeBSD:13:amd64/release_2/"
|
||||
index_core freebsd-13.2 "${MIR}base.txz" core-base 2023-04-11
|
||||
index freebsd2 --sys freebsd-13.2 --mirror "$PKG"
|
||||
;;
|
||||
old)
|
||||
$0 1.0
|
||||
$0 2.0.5
|
||||
|
|
@ -711,5 +717,6 @@ case $1 in
|
|||
$0 12.4
|
||||
$0 13.0
|
||||
$0 13.1
|
||||
$0 13.2
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue