aboutsummaryrefslogtreecommitdiff
path: root/net/adblock
diff options
context:
space:
mode:
authorDirk Brenken <dev@brenken.org>2023-06-30 07:28:16 +0200
committerDirk Brenken <dev@brenken.org>2023-06-30 07:28:16 +0200
commite1fa285f325543cc96dcfe2beb17fe83cc1a76e3 (patch)
tree2f0b5b6abb2eea45397bc843cd34350297a5a2c4 /net/adblock
parent77b4067754569c0094ad41e60137117ff9a71bf8 (diff)
adblock: update to 4.1.5-8
* adapt adguard_tracking source changes Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'net/adblock')
-rw-r--r--net/adblock/Makefile2
-rw-r--r--net/adblock/files/README.md2
-rw-r--r--net/adblock/files/adblock.sources4
3 files changed, 4 insertions, 4 deletions
diff --git a/net/adblock/Makefile b/net/adblock/Makefile
index 6eda908a4..0e11de105 100644
--- a/net/adblock/Makefile
+++ b/net/adblock/Makefile
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=adblock
PKG_VERSION:=4.1.5
-PKG_RELEASE:=7
+PKG_RELEASE:=8
PKG_LICENSE:=GPL-3.0-or-later
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
diff --git a/net/adblock/files/README.md b/net/adblock/files/README.md
index 95cbfeedc..463965b0f 100644
--- a/net/adblock/files/README.md
+++ b/net/adblock/files/README.md
@@ -12,7 +12,7 @@ A lot of people already use adblocker plugins within their desktop browsers, but
| :------------------ | :-----: | :--- | :--------------- | :-------------------------------------------------------------------------------- |
| adaway | x | S | mobile | [Link](https://github.com/AdAway/adaway.github.io) |
| adguard | x | L | general | [Link](https://adguard.com) |
-| adguard_tracking | | S | tracking | [Link](https://github.com/AdguardTeam/cname-trackers) |
+| adguard_tracking | | L | tracking | [Link](https://github.com/AdguardTeam/cname-trackers) |
| android_tracking | | S | tracking | [Link](https://github.com/Perflyst/PiHoleBlocklist) |
| andryou | | L | compilation | [Link](https://gitlab.com/andryou/block/-/blob/master/readme.md) |
| anti_ad | | L | compilation | [Link](https://github.com/privacy-protection-tools/anti-AD/blob/master/README.md) |
diff --git a/net/adblock/files/adblock.sources b/net/adblock/files/adblock.sources
index 85af8602b..b7f8f8b11 100644
--- a/net/adblock/files/adblock.sources
+++ b/net/adblock/files/adblock.sources
@@ -14,9 +14,9 @@
"descurl": "https://adguard.com"
},
"adguard_tracking": {
- "url": "https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/combined_disguised_trackers_justdomains.txt",
+ "url": "https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/data/combined_disguised_trackers_justdomains.txt",
"rule": "/^([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}",
- "size": "S",
+ "size": "L",
"focus": "tracking",
"descurl": "https://github.com/AdguardTeam/cname-trackers"
},