diff options
author | Stan Grishin <stangri@melmac.ca> | 2022-10-24 17:18:43 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2022-10-24 17:18:43 +0000 |
commit | 4dc98fefcac468917227bd9037bf6a71cbed9b67 (patch) | |
tree | 9bb6f3e2aaa12e6f216f861bf81ef904ff045829 /applications/luci-app-simple-adblock/Makefile | |
parent | 10d762eab70a9bcd233cd8cb79e32742fb2c4038 (diff) |
luci-app-simple-adblock: bugfix: identify nft set support
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 9144c9a252..93779c2fec 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.0-1 +PKG_VERSION:=1.9.2-3 LUCI_TITLE:=Simple Adblock Web UI LUCI_DESCRIPTION:=Provides Web UI for simple-adblock service. |