diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-02-14 04:45:17 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2024-02-14 04:45:17 +0000 |
commit | c90c34e7120fe1740c8faa46945c16a8341631db (patch) | |
tree | b9defd988d6aaa2f9d5a54447f530da416927be5 /applications/luci-app-adblock-fast/Makefile | |
parent | 95893927deba789810d8aa5d067e4f119f6457f5 (diff) |
luci-app-adblock-fast: bugfix: dnsmasq_instance & smartdns_instance parsing
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 0157ef4c57..47cdeb1f88 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.1-3 +PKG_VERSION:=1.1.1-5 LUCI_TITLE:=AdBlock-Fast Web UI LUCI_DESCRIPTION:=Provides Web UI for adblock-fast service. |