From: George Iv Date: Mon, 21 Nov 2022 05:20:46 +0000 (-0500) Subject: yggdrasil: bump to 0.4.7 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9e8d01acb9946baf0bc123a61542a8f7c774df85;p=openwrt-packages.git yggdrasil: bump to 0.4.7 Signed-off-by: George Iv --- diff --git a/net/yggdrasil/Makefile b/net/yggdrasil/Makefile index 6c7c108f6..bdc3157e4 100644 --- a/net/yggdrasil/Makefile +++ b/net/yggdrasil/Makefile @@ -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