Some repo updates
Haven't done this in a while, was lagging behind quite a bit. FreeBSD also has two new versions that need to be indexed, will add those later.
This commit is contained in:
parent
fa8e084879
commit
775eabfb7e
4 changed files with 25 additions and 7 deletions
|
|
@ -62,6 +62,9 @@ case "$1" in
|
|||
3.15)
|
||||
alp 3.15 "main community"
|
||||
;;
|
||||
3.16)
|
||||
alp 3.16 "main community"
|
||||
;;
|
||||
old)
|
||||
$0 3.0
|
||||
$0 3.1
|
||||
|
|
@ -75,12 +78,13 @@ case "$1" in
|
|||
$0 3.9
|
||||
$0 3.10
|
||||
$0 3.11
|
||||
$0 3.12
|
||||
;;
|
||||
current)
|
||||
$0 3.12 # till 2022-05-01
|
||||
$0 3.13 # till 2022-11-01
|
||||
$0 3.14 # till 2023-05-01
|
||||
$0 3.15 # till 2023-11-01
|
||||
$0 3.16 # till 2024-05-23
|
||||
;;
|
||||
all)
|
||||
$0 old
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue