From ccea305876ad994b276fc6519d20ab03e0f26ee9 Mon Sep 17 00:00:00 2001 From: Sean Khan Date: Fri, 12 Apr 2024 12:09:59 -0400 Subject: [PATCH] https-dns-proxy: Use APK style release number Maintainer: Stan Grishin Run tested: aarch64, Dynalink DL-WRX36, Master Branch Signed-off-by: Sean Khan --- net/https-dns-proxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/https-dns-proxy/Makefile b/net/https-dns-proxy/Makefile index 4ef6fe6a05..0e1c5ae297 100644 --- a/net/https-dns-proxy/Makefile +++ b/net/https-dns-proxy/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=https-dns-proxy PKG_VERSION:=2023.11.19 -PKG_RELEASE:=r1 +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/aarond10/https_dns_proxy/