diff --git a/scripts/get_sources-if.sh b/scripts/get_sources-if.sh index 6684ca84..7b8ffba1 100755 --- a/scripts/get_sources-if.sh +++ b/scripts/get_sources-if.sh @@ -1108,7 +1108,7 @@ function get_npm() { # Get Phoenix function get_phoenix() { echo_red_text 'Downloading Phoenix...' - download_and_extract 'phoenix' "https://codeberg.org/celenity/Phoenix/archive/${PHOENIX_COMMIT}.tar.gz" "${IRONFOX_PHOENIX}" "${PHOENIX_SHA512SUM}" + download_and_extract 'phoenix' "https://gitlab.com/celenityy/Phoenix/-/archive/${PHOENIX_COMMIT}/Phoenix-${PHOENIX_COMMIT}.tar.gz" "${IRONFOX_PHOENIX}" "${PHOENIX_SHA512SUM}" echo_green_text "SUCCESS: Set-up Phoenix at ${IRONFOX_PHOENIX}" } diff --git a/scripts/versions.sh b/scripts/versions.sh index 4e716abb..fc32bd73 100644 --- a/scripts/versions.sh +++ b/scripts/versions.sh @@ -51,7 +51,7 @@ readonly GMSCORE_SHA512SUM='c2c5e8c17a17b159550d696d97440b02bd8fb455f8ac9cbdbc81 ## Phoenix ### https://gitlab.com/celenityy/Phoenix readonly PHOENIX_COMMIT='9a7e49256837ce1928265734be1ea110c76b8aa4' -readonly PHOENIX_SHA512SUM='faaaba69c47a0abedbf04146940102707f95ba34a91dfb1c92df3cf7bcbef69a499c20bfd19c02ab7277dab132c7b73d76c56c0dcbcb03803e969a0ff58f575c' +readonly PHOENIX_SHA512SUM='4f89e53d23275a70621bad771047462195d668b9da3e5eda7191a09401681826416bd9a803e1b3dedfe70415d68d1bb7bde19c1396edae6f76847d11ecba4dbb' readonly PHOENIX_VERSION='2026.03.31.1' ## uniffi-rs (Tor)