From bbb0930becba62275f737458d4490cff9711e20f Mon Sep 17 00:00:00 2001 From: Rudy Andram Date: Tue, 27 Dec 2022 18:31:20 +0000 Subject: [PATCH] Update Makefile Signed-off-by: Rudy Andram --- net/stubby/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/stubby/Makefile b/net/stubby/Makefile index bb0b2be54b8e4..dc436d999e0b4 100644 --- a/net/stubby/Makefile +++ b/net/stubby/Makefile @@ -5,8 +5,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=stubby -PKG_VERSION:=0.4.2 -PKG_RELEASE:=1 +PKG_VERSION:=0.4.3 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/getdnsapi/$(PKG_NAME)