Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 4bcea1c

Browse files
authored
Update Ghostery extension
1 parent 66d784d commit 4bcea1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -x
33
set -e
44

55
EXT_DIR="app/src/main/assets/extensions/ghostery"
6-
DOWNLOAD_URL="https://github.com/ghostery/ghostery-extension/releases/download/v10.3.15/ghostery-firefox-10.3.15.zip"
6+
DOWNLOAD_URL="https://github.com/ghostery/ghostery-extension/releases/download/v10.4.3/ghostery-firefox-10.4.3.zip"
77
rm -rf "$EXT_DIR"
88
mkdir -p "$EXT_DIR"
99
curl -L -o ghostery.zip "$DOWNLOAD_URL"

0 commit comments

Comments
 (0)