diff options
author | Stan Grishin <stangri@melmac.ca> | 2023-11-08 10:01:15 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2023-11-08 10:03:10 +0000 |
commit | ced38d8fc1d70b0a27dcbd2d567686248e1fbfb3 (patch) | |
tree | b6cd7ab918239ed62b39db3bbfed5e0c39b61c5b /applications/luci-app-adblock-fast/Makefile | |
parent | ac7b37ef0133ab8349c8516d5a63a57a44dddafd (diff) |
luci-app-adblock-fast: sync with adblock-fast 1.0.1-1
* improve error/warning/status messaging
* trim rpcd script code from functions shared with principal package
* depends on https://github.com/openwrt/packages/pull/22619
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'applications/luci-app-adblock-fast/Makefile')
-rw-r--r-- | applications/luci-app-adblock-fast/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-adblock-fast/Makefile b/applications/luci-app-adblock-fast/Makefile index cb7b6ed6c6..28898725ac 100644 --- a/applications/luci-app-adblock-fast/Makefile +++ b/applications/luci-app-adblock-fast/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> -PKG_VERSION:=1.0.0-7 +PKG_VERSION:=1.0.1-1 LUCI_TITLE:=AdBlock-Fast Web UI LUCI_DESCRIPTION:=Provides Web UI for adblock-fast service. |