update devuan release

This commit is contained in:
Basil K Y 2023-10-08 16:04:52 +05:30 committed by Martin Wimpress
parent 5d216914b8
commit 2574113fa1
1 changed files with 2 additions and 1 deletions

View File

@ -328,7 +328,7 @@ function releases_deepin() {
}
function releases_devuan() {
echo beowulf chimaera
echo beowulf chimaera daedalus
}
function releases_dragonflybsd() {
@ -1185,6 +1185,7 @@ function get_devuan() {
case ${RELEASE} in
beowulf) ISO="devuan_${RELEASE}_3.1.1_amd64_desktop-live.iso";;
chimaera) ISO="devuan_${RELEASE}_4.0.2_amd64_desktop-live.iso";;
daedalus) ISO="devuan_${RELEASE}_5.0.0_amd64_desktop-live.iso";;
esac
HASH=$(wget -q -O- "${URL}/SHASUMS.txt" | grep "${ISO}" | cut -d' ' -f1)
echo "${URL}/${ISO} ${HASH}"