yggdrasil: bump to 0.4.7
authorGeorge Iv <zhoreeq@users.noreply.github.com>
Mon, 21 Nov 2022 05:20:46 +0000 (00:20 -0500)
committerHannu Nyman <hannu.nyman@iki.fi>
Tue, 22 Nov 2022 14:49:13 +0000 (16:49 +0200)
Signed-off-by: George Iv <zhoreeq@users.noreply.github.com>
net/yggdrasil/Makefile

index 6c7c108f6c1ec1a55d5d5212a4bbfd1e65322406..bdc3157e4816ab1e68615ae1074987791798da62 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=yggdrasil
-PKG_VERSION:=0.4.3
+PKG_VERSION:=0.4.7
 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:=db793089eddfef628d30055d8b06a6a09f98bb38c3b4ede5265a4ad6eaa80d52
+PKG_HASH:=47429f75b87d9b2450108471991e84c90d748606642e8778e9f578485b05a56f
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-go-$(PKG_VERSION)
 
 PKG_MAINTAINER:=William Fleurant <meshnet@protonmail.com>