diff options
author | Olivier Poitrey <rs@nextdns.io> | 2024-04-28 13:06:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-28 13:06:30 +0000 |
commit | 7521cec07ca08ee5a5342b5bcdef805e6e10532e (patch) | |
tree | a21e26aed0c57fdacbe8ea62ab6a174e3714f656 /net | |
parent | da176d58eebcdc62b63560e0d7b8bee2f8196d2e (diff) |
nextdns: Update to version 1.43.1
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
Diffstat (limited to 'net')
-rw-r--r-- | net/nextdns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nextdns/Makefile b/net/nextdns/Makefile index 4bd445877..362aa8f39 100644 --- a/net/nextdns/Makefile +++ b/net/nextdns/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nextdns -PKG_VERSION:=1.43.0 +PKG_VERSION:=1.43.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:=b5065135a04cc7fc169c62e203fe1721287cc867b60680e02d3c9bbcc865b85d +PKG_HASH:=39d6073dc89b2bb91d03c2e9a4b5d6717ed8d6435232c02b18301ea9dfc5a6ad PKG_MAINTAINER:=Olivier Poitrey <rs@nextdns.io> PKG_LICENSE:=MIT |