From: George Iv Date: Fri, 3 Apr 2020 14:25:35 +0000 (-0400) Subject: yggdrasil: bump to 0.3.14 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=35531bcb26a0fd7c5815892bbe2f5b0f991b8be7;p=feed%2Fpackages.git yggdrasil: bump to 0.3.14 Signed-off-by: George Iv (cherry picked from commit 860f1a111351407b3982e268215edf08123516ae) --- diff --git a/net/yggdrasil/Makefile b/net/yggdrasil/Makefile index a107d36957..cad40d7855 100644 --- a/net/yggdrasil/Makefile +++ b/net/yggdrasil/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yggdrasil -PKG_VERSION:=0.3.13 +PKG_VERSION:=0.3.14 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:=ba2149024152c4df65e68722e7d4d1050fec71907904a7bdf9757159d94cd83d +PKG_HASH:=e8579a04bf289434e7b8caaf621e2c0b853e83cc06f136c4f9e4bfc667df5a27 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-go-$(PKG_VERSION) PKG_MAINTAINER:=William Fleurant