agarimos: update to latest release

This commit is contained in:
zenobit 2023-03-14 08:17:31 +01:00
parent 3c07c0a62c
commit 97b8615380
1 changed files with 12 additions and 13 deletions

View File

@ -250,7 +250,11 @@ function os_support() {
}
function releases_agarimos() {
echo 20230305 20230303 20230225 20230216
echo latest
}
function editions_agarimos() {
echo plasma gnome xfce
}
function releases_alma() {
@ -1007,25 +1011,20 @@ function get_agarimos() {
local HASH=""
local ISO=""
local URL=""
case ${RELEASE} in
20230305)
case ${EDITION} in
gnome)
URL="https://sourceforge.net/projects/agarimos/files/Gnome"
ISO="AgarimOS-Gnome-Catppuccin-Live-x86_64-6.1.14_1-20230305.iso"
ISO="AgarimOS-Gnome-Catppuccin-Live-x86_64-6.1.15_1-20230312.iso"
;;
20230303)
plasma)
URL="https://sourceforge.net/projects/agarimos/files/Plasma"
ISO="AgarimOS-Plasma-Dracula-Live-x86_64-6.1.14_1-20230303.iso"
ISO="AgarimOS-Plasma-Dracula-Live_64-6.1.18_1-20230313.iso"
;;
20230225)
xfce)
URL="https://sourceforge.net/projects/agarimos/files/XFCE4"
ISO="AgarimOS-XFCE4-Catppuccin-Live-x86_64-6.1.12_1-20230216.iso"
;;
20230216)
URL="https://sourceforge.net/projects/agarimos/files/XFCE4"
ISO="AgarimOS-XFCE4-Catppuccin-Live-6.1.13_1-20230225.iso"
ISO="AgarimOS-XFCE4-Catppuccin-Live-x86_64-6.1.15_1-20230311.iso"
;;
esac
HASH=$(wget -q -O- "${URL}/${ISO}.sha256" | cut -d' ' -f1)
echo "${URL}/${ISO} ${HASH}"
}