summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/Makefile
diff options
context:
space:
mode:
authorStan Grishin <stangri@melmac.ca>2023-09-03 18:03:43 -0700
committerGitHub <noreply@github.com>2023-09-03 18:03:43 -0700
commitc6aa813d9d232fbb6eea3fccc4387c4eeac4353c (patch)
treec5b9e61f064ca222828a6bceec0fd6d10358bbc9 /applications/luci-app-https-dns-proxy/Makefile
parent736ed39dca1ee18ddd6883c7ea3559a772c201d5 (diff)
parent6df7b92a50485d7a7c61c38c5abeaf96ad69a28c (diff)
Merge pull request #6546 from stangri/master-luci-app-https-dns-proxy
luci-app-https-dns-proxy: rewrite in javascript
Diffstat (limited to 'applications/luci-app-https-dns-proxy/Makefile')
-rw-r--r--applications/luci-app-https-dns-proxy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-https-dns-proxy/Makefile b/applications/luci-app-https-dns-proxy/Makefile
index 6661542eae..4ed8b88163 100644
--- a/applications/luci-app-https-dns-proxy/Makefile
+++ b/applications/luci-app-https-dns-proxy/Makefile
@@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk
PKG_LICENSE:=GPL-3.0-or-later
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
-PKG_VERSION:=2022-10-15-14
+PKG_VERSION:=2023-05-25-4
LUCI_TITLE:=DNS Over HTTPS Proxy Web UI
LUCI_DESCRIPTION:=Provides Web UI for DNS Over HTTPS Proxy
-LUCI_DEPENDS:=+luci-compat +luci-base +https-dns-proxy
+LUCI_DEPENDS:=+luci-base +https-dns-proxy
LUCI_PKGARCH:=all
include ../../luci.mk