From: Dirk Brenken Date: Fri, 9 Apr 2021 16:38:16 +0000 (+0200) Subject: adblock: fix games_tracking source url X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ba1a801f74891e98ad0a268b3f8754f9c7dc1d21;p=feed%2Fpackages.git adblock: fix games_tracking source url Signed-off-by: Dirk Brenken --- diff --git a/net/adblock/Makefile b/net/adblock/Makefile index ed90c04103..fda554ae96 100644 --- a/net/adblock/Makefile +++ b/net/adblock/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=adblock PKG_VERSION:=4.0.7 -PKG_RELEASE:=6 +PKG_RELEASE:=7 PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Dirk Brenken diff --git a/net/adblock/files/adblock.sources b/net/adblock/files/adblock.sources index 7abf2ae1da..006bcfa8ab 100644 --- a/net/adblock/files/adblock.sources +++ b/net/adblock/files/adblock.sources @@ -98,7 +98,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",