adblock: fix games_tracking source url
authorDirk Brenken <dev@brenken.org>
Fri, 9 Apr 2021 16:42:30 +0000 (18:42 +0200)
committerDirk Brenken <dev@brenken.org>
Fri, 9 Apr 2021 16:46:19 +0000 (18:46 +0200)
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit ec20e9df96f74c29699aa2df8de63cb9a8c32a2a)

net/adblock/Makefile
net/adblock/files/adblock.sources

index ff10162da5afdc03cb4239a2fd5aeef4a8b27083..24a8b157da1dff4bf6e6ef884c3f16fd97c3f023 100644 (file)
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=adblock
 PKG_VERSION:=4.1.0
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 PKG_LICENSE:=GPL-3.0-or-later
 PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
 
index 1b83ea64568204e15c403d5ab8debed799f93527..259753bbf1b34f3ed8c812f807f49994cd2f004e 100644 (file)
@@ -77,7 +77,7 @@
                "descurl": "https://github.com/Perflyst/PiHoleBlocklist"
        },
        "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)}",
                "size": "S",
                "focus": "tracking",