From a5206895ebd5299ee52c65e9adc1373657c6fea4 Mon Sep 17 00:00:00 2001 From: Olivier Poitrey Date: Tue, 7 Sep 2021 21:17:29 +0000 Subject: [PATCH] nextdns: Update to version 1.37.1 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 8cec75ed7..8774e252c 100644 --- a/net/nextdns/Makefile +++ b/net/nextdns/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nextdns -PKG_VERSION:=1.37.0 +PKG_VERSION:=1.37.1 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:=979ac6f17b60bf9e2f0ecc83fa6e1d789a9c87d5cedcf892433baff8ac103f71 +PKG_HASH:=db96f85d7ba50679ba926f3b9542c18aa2466eb9d39d747eb8076c16d27f355e PKG_MAINTAINER:=Olivier Poitrey PKG_LICENSE:=MIT