aboutsummaryrefslogtreecommitdiff
path: root/net/adblock/Makefile
diff options
context:
space:
mode:
authorDirk Brenken <dev@brenken.org>2021-04-30 12:02:21 +0200
committerDirk Brenken <dev@brenken.org>2021-04-30 16:40:08 +0200
commitdf8651255fc69a7adae4fa8e65a2d43cf97109d2 (patch)
treef1e31c88e93a1297b5a797fa571082c667ab52fa /net/adblock/Makefile
parent1eb29ddc956a857c887190315afa164161ba483a (diff)
adblock: update to 4.1.2
* preserve DNS cache after adblock processing (unbound & bind) * fix redirect issue with oisd basic url * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'net/adblock/Makefile')
-rw-r--r--net/adblock/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/adblock/Makefile b/net/adblock/Makefile
index 7e5bd50ad..ad77e3d63 100644
--- a/net/adblock/Makefile
+++ b/net/adblock/Makefile
@@ -6,7 +6,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=adblock
-PKG_VERSION:=4.1.1
+PKG_VERSION:=4.1.2
PKG_RELEASE:=1
PKG_LICENSE:=GPL-3.0-or-later
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>