elementary: 7.1 (#791)

* elementaryos: version 7.1

* elementary: added hash for 7.1
This commit is contained in:
zenobit 2023-10-16 11:48:52 +02:00 committed by GitHub
parent ae15443da0
commit 9786f0d520
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -336,7 +336,7 @@ function releases_dragonflybsd() {
} }
function releases_elementary() { function releases_elementary() {
echo 7.0 echo 7.0 7.1
} }
function releases_endeavouros() { function releases_endeavouros() {
@ -1202,12 +1202,13 @@ function get_dragonflybsd() {
function get_elementary() { function get_elementary() {
local HASH="" local HASH=""
case ${RELEASE} in case ${RELEASE} in
6.2)
local ISO="elementaryos-${RELEASE}-stable.20211218-rc.iso"
;;
7.0) 7.0)
local ISO="elementaryos-${RELEASE}-stable.20230129rc.iso" local ISO="elementaryos-${RELEASE}-stable.20230129rc.iso"
;; ;;
7.1)
local ISO="elementaryos-${RELEASE}-stable.20230926rc.iso"
HASH="5c7f6b388e5787c366587985301ea05ab16e4cc0de3be2b3d6a559ce81a2f102"
;;
esac esac
local URL="https://ams3.dl.elementary.io/download" local URL="https://ams3.dl.elementary.io/download"
echo "${URL}/$(date +%s | base64)/${ISO} ${HASH}" echo "${URL}/$(date +%s | base64)/${ISO} ${HASH}"