From 318e48c6f953fd078dd7a054eea0391d5b4ee245 Mon Sep 17 00:00:00 2001 From: Rudy Andram Date: Thu, 1 Dec 2022 06:01:33 +0000 Subject: [PATCH] stubby: bump to latest 0.4.2 Maintainer: @neheb (find it by checking history of the package Makefile) Compile tested: aarch64/ipq8074 Run tested: aarch64/ipq8074 Description: stubby: bump to latest 0.4.2 Signed-off-by: Rudy Andram --- net/stubby/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/stubby/Makefile b/net/stubby/Makefile index 77f8d8770..bb0b2be54 100644 --- a/net/stubby/Makefile +++ b/net/stubby/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=stubby -PKG_VERSION:=0.4.0 -PKG_RELEASE:=6 +PKG_VERSION:=0.4.2 +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/getdnsapi/$(PKG_NAME) PKG_SOURCE_VERSION:=v$(PKG_VERSION) -PKG_MIRROR_HASH:=bc5f604da1b70287a6c3d89eac2e13ce8bca52840e7b72ab098a3deeb9935082 +PKG_MIRROR_HASH:=0a40e3eec2ef86a83977b69f03bc63f232fe52ca15703273a0d097e64fa3bf05 PKG_MAINTAINER:= PKG_LICENSE:=BSD-3-Clause