updated release and mirror

This commit is contained in:
Phil Clifford 2022-08-03 14:55:15 +01:00
parent e5b3e974ee
commit 9992ca0310

View File

@ -423,7 +423,7 @@ function releases_openbsd(){
} }
function releases_openindiana(){ function releases_openindiana(){
echo 20210430 echo 20211031 20210430
} }
function editions_openindiana(){ function editions_openindiana(){
@ -1279,7 +1279,8 @@ function get_openindiana(){
local HASH="" local HASH=""
local ISO="" local ISO=""
local URL="" local URL=""
URL="http://mirrors.dotsrc.org/openindiana/isos/hipster/${RELEASE}" #
URL="https://dlc.openindiana.org/isos/hipster/${RELEASE}"
ISO="OI-hipster-${EDITION}-${RELEASE}.iso" ISO="OI-hipster-${EDITION}-${RELEASE}.iso"
HASH=$(wget -q -O- "${URL}/${ISO}.sha256" |cut -d' ' -f1) HASH=$(wget -q -O- "${URL}/${ISO}.sha256" |cut -d' ' -f1)
echo "${URL}/${ISO} ${HASH}" echo "${URL}/${ISO} ${HASH}"