aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2020-04-03 22:56:52 +0300
committerGitHub <noreply@github.com>2020-04-03 22:56:52 +0300
commit89a6c66ffc6a37485b6ca1ffb8026c6f8e5a95b6 (patch)
tree5e215d1291e344bff32112f4e3b9f8c0ec553709
parente66fadce7b3d429f6dd2b153c7ae69c355f9fab9 (diff)
parent860f1a111351407b3982e268215edf08123516ae (diff)
Merge pull request #11757 from zhoreeq/ygg-bump-0-3-14
yggdrasil: bump to 0.3.14
-rw-r--r--net/yggdrasil/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/yggdrasil/Makefile b/net/yggdrasil/Makefile
index a107d3695..cad40d785 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 <meshnet@protonmail.com>