diff options
author | Stan Grishin <stangri@melmac.net> | 2021-03-12 19:05:56 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 19:05:56 -0800 |
commit | 3d6825b9df26d8e3eab5a77bf5ee8417b35ac7d0 (patch) | |
tree | 06db0c77a9f120688324aa0a3f9eb63cd057865a /applications | |
parent | 70f34baa285616f236deef5093a23d849fbcf4f5 (diff) | |
parent | b67ee102643c6b746d91b1c5ef47ed8c67894f81 (diff) |
Merge pull request #4903 from stangri/master-luci-app-simple-adblock
luci-app-simple-adblock: explicit package version
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-app-simple-adblock/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-app-simple-adblock/Makefile b/applications/luci-app-simple-adblock/Makefile index d53bea451a..f296ccfcae 100644 --- a/applications/luci-app-simple-adblock/Makefile +++ b/applications/luci-app-simple-adblock/Makefile @@ -5,6 +5,7 @@ include $(TOPDIR)/rules.mk PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net> +PKG_VERSION:=1.8.5-1 LUCI_TITLE:=Simple Adblock Web UI LUCI_DESCRIPTION:=Provides Web UI for simple-adblock service. |