diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-11-23 10:05:22 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-23 10:05:22 -0800 |
commit | ac1043cdc6a24485a052136b5be1598a21152a52 (patch) | |
tree | 567ef7e3fff49f6deba327f14fe151cc7c4f2e8b /applications/luci-app-adblock-fast/Makefile | |
parent | 9e70c9aed8b0c87a4c5f03eb0cfbca9f6970192a (diff) | |
parent | 206e5fbbcce40c1ec0777a6ecc7db1d8ae21d589 (diff) |
Merge pull request #7408 from stangri/master-luci-app-adblock-fast
luci-app-adblock-fast: sync with principal
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 aecc776734..42e4af9de5 100644 --- a/applications/luci-app-adblock-fast/Makefile +++ b/applications/luci-app-adblock-fast/Makefile @@ -7,7 +7,7 @@ PKG_NAME:=luci-app-adblock-fast PKG_LICENSE:=AGPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> PKG_VERSION:=1.1.2 -PKG_RELEASE:=10 +PKG_RELEASE:=16 LUCI_TITLE:=AdBlock-Fast Web UI LUCI_URL:=https://github.com/stangri/luci-app-adblock-fast/ |