Skip to content

Commit

Permalink
Update Firefox, NoScript and I2Pd (#68)
Browse files Browse the repository at this point in the history
This pull request updates Firefox ESR from version 115.15.0 to 115.17.0,
NoScript from version 11.4.35 to 11.5.0, and I2Pd from version 2.53.1 to
2.54.0.
  • Loading branch information
daviduhden authored Nov 3, 2024
1 parent e905b92 commit 4137cbb
Show file tree
Hide file tree
Showing 6 changed files with 587 additions and 29 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.15.0esr"
version="115.17.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/4343311/noscript-11.4.35.xpi
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

echo "Adding standard configs..."
cp -r preferences/* ../browser/
Expand Down
Loading

0 comments on commit 4137cbb

Please sign in to comment.