diff options
author | Stan Grishin <stangri@melmac.ca> | 2023-10-06 16:42:45 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-06 16:42:45 -0600 |
commit | f7ab758d267ba0ad5b4c6a4f30ee4b02f579ca58 (patch) | |
tree | 660e308295f7ade4f4102bfbe848ade07a8e0a74 /applications/luci-app-adblock-fast/Makefile | |
parent | 127ca64a672ba4b748ea230cce79b0c4cc1c8207 (diff) | |
parent | d15a1fb6939684583b327f7388a1473c7d49841d (diff) |
Merge pull request #6621 from stangri/master-luci-app-adblock-fast
luci-app-adblock-fast: bugfix: working re-download
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 b9aa17849b..a1666f199e 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.0-4 +PKG_VERSION:=1.0.0-6 LUCI_TITLE:=AdBlock-Fast Web UI LUCI_DESCRIPTION:=Provides Web UI for adblock-fast service. |