We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11532d commit f84f9daCopy full SHA for f84f9da
setup.sh
@@ -27,9 +27,9 @@ poetry self add "poetry-dynamic-versioning[plugin]"
27
echo "Done installing dependencies"
28
29
echo "Downloading spidermonkey source code"
30
-wget -c -q https://ftp.mozilla.org/pub/firefox/releases/102.11.0esr/source/firefox-102.11.0esr.source.tar.xz
+wget -c -q https://ftp.mozilla.org/pub/firefox/releases/102.13.0esr/source/firefox-102.13.0esr.source.tar.xz
31
mkdir -p firefox-source
32
-tar xf firefox-102.11.0esr.source.tar.xz -C firefox-source --strip-components=1 # strip the root folder
+tar xf firefox-102.13.0esr.source.tar.xz -C firefox-source --strip-components=1 # strip the root folder
33
echo "Done downloading spidermonkey source code"
34
35
echo "Building spidermonkey"
0 commit comments