diff options
author | Stan Grishin <stangri@melmac.ca> | 2023-09-16 13:11:58 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2023-09-16 13:13:49 +0000 |
commit | bce310bfcd41a20b85fbe85fdcdf47ab1d5032bf (patch) | |
tree | 98f43fe94b6a75dfdc6f4a59925d9749f9f4da52 /net/adblock-fast/Makefile | |
parent | 6105cb27528d3927882d746a48026a25e2f35f5b (diff) |
adblock-fast: bugfix: remove domains on allow
* fix sed command to properly remove allowed domains from block-file
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 422b95c1e..317a3d1aa 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:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> PKG_LICENSE:=GPL-3.0-or-later |