adblock: fix games_tracking source url
Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
parent
d2f8d9c90f
commit
ec20e9df96
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=adblock
|
PKG_NAME:=adblock
|
||||||
PKG_VERSION:=4.1.0
|
PKG_VERSION:=4.1.0
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
PKG_LICENSE:=GPL-3.0-or-later
|
PKG_LICENSE:=GPL-3.0-or-later
|
||||||
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
||||||
|
|
||||||
|
|
|
@ -77,7 +77,7 @@
|
||||||
"descurl": "https://github.com/Perflyst/PiHoleBlocklist"
|
"descurl": "https://github.com/Perflyst/PiHoleBlocklist"
|
||||||
},
|
},
|
||||||
"games_tracking": {
|
"games_tracking": {
|
||||||
"url": "https://raw.githubusercontent.com/KodoPengin/GameIndustry-hosts-Template/master/Main%20template/hosts",
|
"url": "https://raw.githubusercontent.com/KodoPengin/GameIndustry-hosts-Template/master/Main-Template/hosts",
|
||||||
"rule": "/^0\\.0\\.0\\.0[[:space:]]+([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($2)}",
|
"rule": "/^0\\.0\\.0\\.0[[:space:]]+([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($2)}",
|
||||||
"size": "S",
|
"size": "S",
|
||||||
"focus": "tracking",
|
"focus": "tracking",
|
||||||
|
|
Loading…
Reference in a new issue