From d0fb2d7a9c796b5c3e1c297e065677d4f36b314a Mon Sep 17 00:00:00 2001 From: Olivier Poitrey Date: Thu, 9 Sep 2021 15:57:51 +0000 Subject: [PATCH] nextdns: Update to version 1.37.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 8774e252c4..d31082e004 100644 --- a/net/nextdns/Makefile +++ b/net/nextdns/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nextdns -PKG_VERSION:=1.37.1 +PKG_VERSION:=1.37.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:=db96f85d7ba50679ba926f3b9542c18aa2466eb9d39d747eb8076c16d27f355e +PKG_HASH:=a8b15c4b35cc1201b51503559a53605c4fdb140e8bb81a8ce1a36786c28eba40 PKG_MAINTAINER:=Olivier Poitrey PKG_LICENSE:=MIT