luci-app-simple-adblock: convert to js
[project/luci.git] / applications / luci-app-simple-adblock / Makefile
index 62ec4b71d1a7cf3482925e43c10e41a9e32d52eb..4f1309a2d02020fbf13a3eeaedd4c872c46790ee 100644 (file)
@@ -1,16 +1,16 @@
-# 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_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
+PKG_VERSION:=1.9.2-4
 
 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-mod-admin-full +simple-adblock +jsonfilter
 LUCI_PKGARCH:=all
-PKG_RELEASE:=45
 
 include ../../luci.mk