Skip to content

Commit

Permalink
Update Firefox, NoScript and I2Pd (#72)
Browse files Browse the repository at this point in the history
This pull request updates Firefox ESR from version 115.17.0 to 115.19.0,
NoScript from version 11.5.0 to 12.1.1, and I2Pd from version 2.54.0 to
2.55.0.
  • Loading branch information
daviduhden authored Jan 12, 2025
1 parent 4137cbb commit 37abab1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions linux/build/build
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cd $dir

arch=$(uname -m)
language=$(echo $LANG | cut -c-5 | sed s/_/-/g)
version="115.17.0esr"
version="115.19.0esr"
application="firefox"
ftpmirror="https://ftp.mozilla.org/pub/$application/releases/$version"

Expand Down Expand Up @@ -105,7 +105,7 @@ curl -L -f -# -o ../browser/browser/extensions/[email protected]
curl -L -f -# -o ../browser/browser/extensions/[email protected] https://addons.mozilla.org/firefox/downloads/file/4175230/us_english_dictionary-115.0.xpi

echo "Downloading NoScript extension..."
curl -L -f -# -o ../browser/browser/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi https://addons.mozilla.org/firefox/downloads/file/4377088/noscript-11.5.0.xpi
curl -L -f -# -o ../browser/browser/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi https://addons.mozilla.org/firefox/downloads/file/4411102/noscript-12.1.1.xpi

echo "Adding standard configs..."
cp -r preferences/* ../browser/
Expand Down
6 changes: 3 additions & 3 deletions macos/build/build
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ cd $dir

arch=$(uname -m)
language=$(osascript -e 'user locale of (get system info)' | sed -e 's/_/-/g')
version="115.17.0esr"
i2pdversion="2.54.0"
version="115.19.0esr"
i2pdversion="2.55.0"

ftpmirror="https://ftp.mozilla.org/pub/firefox/releases/${version}"

Expand Down Expand Up @@ -109,7 +109,7 @@ curl -L -f -# -o ../FirefoxESR.app/Contents/Resources/browser/extensions/langpac
curl -L -f -# -o ../FirefoxESR.app/Contents/Resources/browser/extensions/[email protected] https://addons.mozilla.org/firefox/downloads/file/4175230/us_english_dictionary-115.0.xpi

echo "Downloading NoScript extension..."
curl -L -f -# -o ../FirefoxESR.app/Contents/Resources/browser/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi https://addons.mozilla.org/firefox/downloads/file/4377088/noscript-11.5.0.xpi
curl -L -f -# -o ../FirefoxESR.app/Contents/Resources/browser/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi https://addons.mozilla.org/firefox/downloads/file/4411102/noscript-12.1.1.xpi

echo "Adding standard configs..."
cp -r preferences/* ../FirefoxESR.app/Contents/Resources/
Expand Down
6 changes: 3 additions & 3 deletions windows/build/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ REM See full license text in LICENSE file at top of project tree
setlocal enableextensions

set CURL=%~dp0curl.exe
set FFversion=115.17.0esr
set I2Pdversion=2.54.0
set FFversion=115.19.0esr
set I2Pdversion=2.55.0
call :GET_LOCALE
call :GET_PROXY
call :GET_ARCH
Expand Down Expand Up @@ -108,7 +108,7 @@ if "%locale%"=="ru" (
) else (
echo Downloading NoScript extension
)
"%CURL%" -L -f -# -o ..\Firefox\App\Firefox\browser\extensions\{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi https://addons.mozilla.org/firefox/downloads/file/4377088/noscript-11.5.0.xpi
"%CURL%" -L -f -# -o ..\Firefox\App\Firefox\browser\extensions\{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi https://addons.mozilla.org/firefox/downloads/file/4411102/noscript-12.1.1.xpi
if errorlevel 1 ( echo ERROR:%ErrorLevel% && pause && exit ) else (echo OK!)

echo.
Expand Down

0 comments on commit 37abab1

Please sign in to comment.