From ecbc9c59a812359473a9eb3da50d4e4fcd840656 Mon Sep 17 00:00:00 2001 From: Akash Yadav Date: Fri, 10 Jan 2025 01:02:50 +0530 Subject: [PATCH] fix: download Firefox source from archive.mozilla.org --- scripts/get_sources.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/get_sources.sh b/scripts/get_sources.sh index 4d77f847..27b3c2e0 100755 --- a/scripts/get_sources.sh +++ b/scripts/get_sources.sh @@ -2,7 +2,7 @@ set -euo pipefail -FIREFOX_TAG="FIREFOX-ANDROID_134_0_RELEASE" +FIREFOX_TAG="134.0" WASI_TAG="wasi-sdk-20" GLEAN_TAG="v62.0.0" GMSCORE_TAG="v0.3.6.244735" @@ -126,7 +126,7 @@ echo "Cloning appservices..." git clone --branch "$APPSERVICES_TAG" --depth=1 "https://github.com/mozilla/application-services" "$APPSERVICESDIR" (cd "$APPSERVICESDIR" && git submodule update --init --depth=1) -do_download "gecko" "https://hg.mozilla.org/releases/mozilla-release/archive/${FIREFOX_TAG}.zip" +do_download "gecko" "https://archive.mozilla.org/pub/firefox/releases/${FIREFOX_TAG}/source/firefox-${FIREFOX_TAG}.source.tar.xz" echo "Writing ${ENV_SH}..." cat > "$ENV_SH" << EOF