From 9e7cb54a094d87e16c33bc398a53f3a88f059b87 Mon Sep 17 00:00:00 2001 From: Olivier Poitrey Date: Mon, 13 Apr 2026 02:01:07 +0000 Subject: [PATCH] nextdns: update to version 1.47.2 Update nextdns package to upstream version 1.47.2 Signed-off-by: Olivier Poitrey --- net/nextdns/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/nextdns/Makefile b/net/nextdns/Makefile index 1591e2b207..b1d6ba8b99 100644 --- a/net/nextdns/Makefile +++ b/net/nextdns/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nextdns -PKG_VERSION:=1.47.1 +PKG_VERSION:=1.47.2 PKG_RELEASE:=1 PKG_SOURCE:=nextdns-$(PKG_VERSION).tar.gz PKG_SOURCE_VERSION:=v$(PKG_VERSION) PKG_SOURCE_URL:=https://codeload.github.com/nextdns/nextdns/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=3356b283a8eeb675efee8163854c83c65d1dbb7743bac04db696751290f8ee64 +PKG_HASH:=d4a57f07f51a58ab57f8ff872678fc81be76c3985011ef0960b156df361ea44a PKG_MAINTAINER:=Olivier Poitrey PKG_LICENSE:=MIT