From a11359b8896fcc9bb81103aeda20ccd587af2544 Mon Sep 17 00:00:00 2001 From: George Iv Date: Sun, 20 Feb 2022 07:00:46 -0500 Subject: [PATCH] yggdrasil: bump to 0.4.3 Signed-off-by: George Iv (cherry picked from commit ed49a0bd3a5b482bf35310c9dfdcbb9bf8cefd26) --- net/yggdrasil/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/yggdrasil/Makefile b/net/yggdrasil/Makefile index 0eaa7ef000..6c7c108f6c 100644 --- a/net/yggdrasil/Makefile +++ b/net/yggdrasil/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yggdrasil -PKG_VERSION:=0.4.2 +PKG_VERSION:=0.4.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/yggdrasil-network/yggdrasil-go/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=ac21671e2ed0bf5313d277dead703190c6bdccfe8bbb4ccb4ad8d1258ff79689 +PKG_HASH:=db793089eddfef628d30055d8b06a6a09f98bb38c3b4ede5265a4ad6eaa80d52 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-go-$(PKG_VERSION) PKG_MAINTAINER:=William Fleurant