diff options
author | Stan Grishin <stangri@melmac.net> | 2021-03-12 19:05:37 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 19:05:37 -0800 |
commit | 70f34baa285616f236deef5093a23d849fbcf4f5 (patch) | |
tree | 010a76025fc3d47cb920380bbd739cce9e998a35 | |
parent | 87f89b6af936eb9ab3a081782365a4d033b60801 (diff) | |
parent | 143adf075989d3aa8a2627f5948efc2af76f1713 (diff) |
Merge pull request #4900 from stangri/master-luci-app-https-dns-proxy
luci-app-https-dns-proxy: explicit package version
-rw-r--r-- | applications/luci-app-https-dns-proxy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-app-https-dns-proxy/Makefile b/applications/luci-app-https-dns-proxy/Makefile index c93a893b19..97cb0d4d34 100644 --- a/applications/luci-app-https-dns-proxy/Makefile +++ b/applications/luci-app-https-dns-proxy/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:=2021-01-17-2 LUCI_TITLE:=DNS Over HTTPS Proxy Web UI LUCI_DESCRIPTION:=Provides Web UI for DNS Over HTTPS Proxy |