diff options
author | Stan Grishin <stangri@melmac.ca> | 2023-12-06 03:08:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-06 03:08:08 -0700 |
commit | 576fd044b95f13b162da7f4ed2855f78c6efce4b (patch) | |
tree | 18b300437615416384ff3ce027d7e0a993661faf /applications/luci-app-adblock-fast/Makefile | |
parent | c0c37903f2276224c246c2a5ba0fb2732ba0e18a (diff) | |
parent | 8db9af146acc0e4d5a0aa026636943d3f28468f2 (diff) |
Merge pull request #6742 from stangri/master-luci-app-adblock-fast
luci-app-adblock-fast: update to 1.1.0-1
Diffstat (limited to 'applications/luci-app-adblock-fast/Makefile')
-rw-r--r-- | applications/luci-app-adblock-fast/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-adblock-fast/Makefile b/applications/luci-app-adblock-fast/Makefile index b3b1d4ed61..42d238d991 100644 --- a/applications/luci-app-adblock-fast/Makefile +++ b/applications/luci-app-adblock-fast/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.0.1-2 +PKG_VERSION:=1.1.0-1 LUCI_TITLE:=AdBlock-Fast Web UI LUCI_DESCRIPTION:=Provides Web UI for adblock-fast service. |