From 2b40d1317b58de275f0b8a3a3c9845b8ea98ed60 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Thu, 18 Mar 2021 15:45:06 +0100 Subject: [PATCH] Set a specific OMR version to package --- luci-app-https-dns-proxy/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/luci-app-https-dns-proxy/Makefile b/luci-app-https-dns-proxy/Makefile index 80b150c5b..c6f2da879 100644 --- a/luci-app-https-dns-proxy/Makefile +++ b/luci-app-https-dns-proxy/Makefile @@ -11,6 +11,7 @@ LUCI_DESCRIPTION:=Provides Web UI for DNS Over HTTPS Proxy LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +https-dns-proxy LUCI_PKGARCH:=all PKG_RELEASE:=3 +PKG_VERSION:=omr-202103 include $(TOPDIR)/feeds/luci/luci.mk