From: George Iv Date: Sun, 28 Mar 2021 17:39:44 +0000 (-0400) Subject: yggdrasil: bump to 0.3.16 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=7248e1b957a54a3157992cc4ec4f7b848369842d;p=feed%2Fpackages.git yggdrasil: bump to 0.3.16 Signed-off-by: George Iv (cherry picked from commit 76b642b50ff8a606780c43eef2bb030a60dcdb17) --- diff --git a/net/yggdrasil/Makefile b/net/yggdrasil/Makefile index 14f16e4181..7b1a671fab 100644 --- a/net/yggdrasil/Makefile +++ b/net/yggdrasil/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yggdrasil -PKG_VERSION:=0.3.15 +PKG_VERSION:=0.3.16 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:=25ea85399a142aa7a3d6f6886fd4e0d215116c4c8c33453de43999787d735565 +PKG_HASH:=e03595b78906b171155aaa11c922be3418bd056f8547e4d9f5123b6047316eac PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-go-$(PKG_VERSION) PKG_MAINTAINER:=William Fleurant