devuan chimaera 4.0.2 released

This commit is contained in:
Phil Clifford 2022-09-12 02:49:07 +01:00 committed by Martin Wimpress
parent 7641ab5038
commit 0317b5e75d

View File

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