diff options
author | Stan Grishin <stangri@melmac.ca> | 2023-07-28 23:26:59 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2023-07-28 23:30:24 +0000 |
commit | 8001cc5f2fce4b54fccca46157d42cbfca9f5894 (patch) | |
tree | 6bf2c4f1478c073474dd52e1bfa50ee18e5fb365 /applications/luci-app-simple-adblock/Makefile | |
parent | 68a671d2dabde5a776d377fd3fd1abf1c3ab30e3 (diff) |
luci-app-simple-adblock: bugfix: unsupported DNS options display
* bugfix: move the break tag in front of the unsupported DNS options to pretty up
the output
* use pkg.Name in RPCD calls
* slightly change the version display in WebUI to make it consistent with other
packages
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'applications/luci-app-simple-adblock/Makefile')
-rw-r--r-- | applications/luci-app-simple-adblock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-simple-adblock/Makefile b/applications/luci-app-simple-adblock/Makefile index ce1637088b..47b9623c5b 100644 --- a/applications/luci-app-simple-adblock/Makefile +++ b/applications/luci-app-simple-adblock/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.9.5-1 +PKG_VERSION:=1.9.5-3 LUCI_TITLE:=Simple Adblock Web UI LUCI_DESCRIPTION:=Provides Web UI for simple-adblock service. |