diff options
author | Stan Grishin <stangri@melmac.ca> | 2023-12-15 02:47:28 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2023-12-15 02:49:08 +0000 |
commit | 8d8ca1c6aace056dbcf4216ca797902c0099c2fb (patch) | |
tree | aeebd0b6ce7a76abddab5c943fb472e275176638 /applications/luci-app-adblock-fast/Makefile | |
parent | d06b0c9e25e627707ffebe6f76a4aeb18a690d82 (diff) |
luci-app-adblock-fast: update to 1.1.1-1
* Final (hopefully) attempt to avoid errors if dhcp/smartdns configs are
missing
* New user experience for picking dnsmasq/smartdns instances to enable the
adblocking on
* use function from init script to set up output paths
* update paths to run-time files in ACL
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 be2df39b52..d2759e00e2 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.1.0-7 +PKG_VERSION:=1.1.1-1 LUCI_TITLE:=AdBlock-Fast Web UI LUCI_DESCRIPTION:=Provides Web UI for adblock-fast service. |