diff options
author | Dirk Brenken <dev@brenken.org> | 2021-03-22 21:53:04 +0100 |
---|---|---|
committer | Dirk Brenken <dev@brenken.org> | 2021-03-23 11:11:23 +0100 |
commit | df9ee1388e59b964dfafd28310c59f62c9071932 (patch) | |
tree | c944721af1f8eced76fe6c6290d0c032d09b16ac /net/adblock/Makefile | |
parent | ccfe1bfa508e7041c4b5f902f1354ef9566bff28 (diff) |
adblock: update 4.1.0-3
* add a restrictive "jail mode only" variant, just point your
jail directory to your primary dns directory
* update readme
Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'net/adblock/Makefile')
-rw-r--r-- | net/adblock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/adblock/Makefile b/net/adblock/Makefile index 6481a79f3..ff10162da 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:=2 +PKG_RELEASE:=3 PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org> |