From 8001cc5f2fce4b54fccca46157d42cbfca9f5894 Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Fri, 28 Jul 2023 23:26:59 +0000 Subject: 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 --- applications/luci-app-simple-adblock/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-app-simple-adblock/Makefile') 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 -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. -- cgit v1.2.3