diff options
author | Stan Grishin <stangri@melmac.ca> | 2023-09-26 22:54:37 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2023-09-26 22:54:37 +0000 |
commit | 8d502df1b0951c415b236ccfd7a3b8ae104b765f (patch) | |
tree | 5ddfec731574708caa45e80c7b58d00b497b80dd /applications/luci-app-adblock-fast/Makefile | |
parent | 957a6313bd6371e5afae20573a43f5440948e66e (diff) |
luci-app-adblock-fast: update to 1.0.0-3
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/applications/luci-app-adblock-fast/Makefile b/applications/luci-app-adblock-fast/Makefile index b55ac6a1eb..32fef1678e 100644 --- a/applications/luci-app-adblock-fast/Makefile +++ b/applications/luci-app-adblock-fast/Makefile @@ -5,11 +5,12 @@ include $(TOPDIR)/rules.mk PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> -PKG_VERSION:=1.0.0-1 +PKG_VERSION:=1.0.0-3 LUCI_TITLE:=AdBlock-Fast Web UI LUCI_DESCRIPTION:=Provides Web UI for adblock-fast service. LUCI_DEPENDS:=+luci-base +adblock-fast +jsonfilter +LUCI_PKGARCH:=all include ../../luci.mk |