diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-03-23 01:14:10 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2024-03-23 01:14:10 +0000 |
commit | b6c9d5f9744e8e84829115692e7f02c165cc2a34 (patch) | |
tree | 337a8ec215cddb0cfa13f931a3d6063de0d63bbb /applications/luci-app-adblock-fast/Makefile | |
parent | cfd388340d9708b9b369f09c4ecf1b2382bf51b7 (diff) |
luci-app-adblock-fast: prepare migration to APK
Signed-off-by: Stan Grishin <stangri@melmac.ca>
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 47cdeb1f88..cc7948130d 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.1.1-5 +PKG_VERSION:=1.1.1-r7 LUCI_TITLE:=AdBlock-Fast Web UI LUCI_DESCRIPTION:=Provides Web UI for adblock-fast service. |