diff options
author | Stan Grishin <stangri@melmac.ca> | 2022-08-19 21:49:35 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2022-08-19 21:49:43 +0000 |
commit | 9b71a35428e0ddbf0347c8ba62da2f4168ddb21b (patch) | |
tree | 0fecd9d8419fcf5b830efba5b0a304541fc192c1 /applications/luci-app-simple-adblock/Makefile | |
parent | f34839c7a667b5deffd978a25bcf39e0436380e1 (diff) |
luci-app-simple-adblock: update to 1.9.0-1
* Support for (upcoming) dnsmasq nftset
Depends on https://github.com/openwrt/packages/pull/19212
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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/applications/luci-app-simple-adblock/Makefile b/applications/luci-app-simple-adblock/Makefile index ce01d948d9..9144c9a252 100644 --- a/applications/luci-app-simple-adblock/Makefile +++ b/applications/luci-app-simple-adblock/Makefile @@ -1,11 +1,11 @@ -# Copyright 2017-2018 Stan Grishin (stangri@melmac.net) +# Copyright 2017-2018 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.0-1 LUCI_TITLE:=Simple Adblock Web UI LUCI_DESCRIPTION:=Provides Web UI for simple-adblock service. |