diff options
author | Stan Grishin <stangri@melmac.ca> | 2023-11-13 10:07:46 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2023-11-13 10:08:54 +0000 |
commit | 3787b4135584ad2a6510dbd883406d30575dce5c (patch) | |
tree | 94ac419888b2032a91d96f78fcd4e98c749ca20a /net/adblock-fast/Makefile | |
parent | d91e43e2215b604c6175c4916cc488abd02bdc65 (diff) |
adblock-fast: bugfix: ensure downloaded block-lists end with newline
* ensure downloaded block-lists end with newline
* turn free/total RAM checks into functions calls
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 7b14836b2..35d206acb 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.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> PKG_LICENSE:=GPL-3.0-or-later |