diff options
Diffstat (limited to 'applications/luci-app-simple-adblock/Makefile')
-rw-r--r-- | applications/luci-app-simple-adblock/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/applications/luci-app-simple-adblock/Makefile b/applications/luci-app-simple-adblock/Makefile index ce01d948d9..47b9623c5b 100644 --- a/applications/luci-app-simple-adblock/Makefile +++ b/applications/luci-app-simple-adblock/Makefile @@ -1,15 +1,15 @@ -# Copyright 2017-2018 Stan Grishin (stangri@melmac.net) +# Copyright 2017-2022 Stan Grishin (stangri@melmac.ca) # This is free software, licensed under the GNU General Public License v3. include $(TOPDIR)/rules.mk PKG_LICENSE:=GPL-3.0-or-later -PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net> -PKG_VERSION:=1.8.7-3 +PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> +PKG_VERSION:=1.9.5-3 LUCI_TITLE:=Simple Adblock Web UI LUCI_DESCRIPTION:=Provides Web UI for simple-adblock service. -LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +simple-adblock +LUCI_DEPENDS:=+luci-base +simple-adblock +jsonfilter LUCI_PKGARCH:=all include ../../luci.mk |