diff options
author | Stan Grishin <stangri@melmac.ca> | 2023-10-01 23:52:15 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2023-10-02 18:09:00 +0000 |
commit | f3b8e569a5a619d87da873c3f9f657f77b1656c7 (patch) | |
tree | b9d88b16bba21ca1cf71927cd7445162dd51f493 /net/adblock-fast/Makefile | |
parent | 73c053c00fffc2a49a3bc6e4f3ffc16974d6a339 (diff) |
adblock-fast: update to 1.0.0-5
* improve processing of dnsmasq config files
* do not run sed/show error if allow_filter is empty
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'net/adblock-fast/Makefile')
-rw-r--r-- | net/adblock-fast/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/adblock-fast/Makefile b/net/adblock-fast/Makefile index 23ec3acad..bd7ad9845 100644 --- a/net/adblock-fast/Makefile +++ b/net/adblock-fast/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=adblock-fast PKG_VERSION:=1.0.0 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> PKG_LICENSE:=GPL-3.0-or-later |