From e19f158a4bd6fc9a1ca026c8831cff8ac05c5b89 Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Fri, 9 Apr 2021 18:42:30 +0200 Subject: [PATCH] adblock: fix games_tracking source url Signed-off-by: Dirk Brenken (cherry picked from commit ec20e9df96f74c29699aa2df8de63cb9a8c32a2a) --- net/adblock/Makefile | 2 +- net/adblock/files/adblock.sources | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/adblock/Makefile b/net/adblock/Makefile index ff10162da5..24a8b157da 100644 --- a/net/adblock/Makefile +++ b/net/adblock/Makefile @@ -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 diff --git a/net/adblock/files/adblock.sources b/net/adblock/files/adblock.sources index 1b83ea6456..259753bbf1 100644 --- a/net/adblock/files/adblock.sources +++ b/net/adblock/files/adblock.sources @@ -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", -- 2.30.2