diff options
author | Dirk Brenken <dev@brenken.org> | 2020-04-03 20:33:13 +0200 |
---|---|---|
committer | Dirk Brenken <dev@brenken.org> | 2020-04-03 20:33:13 +0200 |
commit | a721ef6f4875721334db38bdb386257714455c11 (patch) | |
tree | 44e6d67351ff696e7b1f197273b683ccef4b8eb9 /net/adblock/Makefile | |
parent | 3e46fd5f05104d169730ebb1091a2ac322a9e341 (diff) |
adblock: release 4.0.2
* removed 'hphosts' from sources (discontinued)
* fixed a "out of range" bug and another small issue
in the f_dnsup function
* add three new sources: 'anudeep', 'stopforumspam' and 'youtube'
* changed 'list' behaviour, the source file has now
a higher precedence than the archive file (see readme)
* update readme, added missing parameters & more
Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'net/adblock/Makefile')
-rw-r--r-- | net/adblock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/adblock/Makefile b/net/adblock/Makefile index 445c22cd2..a1f149b04 100644 --- a/net/adblock/Makefile +++ b/net/adblock/Makefile @@ -6,8 +6,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=adblock -PKG_VERSION:=4.0.1 -PKG_RELEASE:=2 +PKG_VERSION:=4.0.2 +PKG_RELEASE:=1 PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org> |