*BSD repo updates

This commit is contained in:
Yorhel 2025-01-09 13:24:00 +01:00
parent 147911b750
commit 1f8bd0ef9a
3 changed files with 21 additions and 6 deletions

View file

@ -257,6 +257,10 @@ case $1 in
index_base 8.2 2020-03-31 tgz $AMIRROR
;;
8.3)
index_base 8.3 2024-05-04 tgz $AMIRROR
;;
9.0)
index_base 9.0 2020-02-14
;;
@ -281,6 +285,10 @@ case $1 in
index_base 10.0 2024-03-28
;;
10.1)
index_base 10.1 2024-12-16
;;
old)
$0 1.3
$0 1.3.2
@ -341,11 +349,13 @@ case $1 in
$0 8.0
$0 8.1
$0 8.2
$0 8.3
$0 9.0
$0 9.1
$0 9.2
$0 9.3
$0 9.4
$0 10.0
$0 10.1
;;
esac