aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorWilliam Fleurant <meshnet@protonmail.com>2019-11-24 19:18:53 -0500
committerWilliam Fleurant <meshnet@protonmail.com>2019-11-24 19:18:53 -0500
commitbe4fe496ce7135bd4978cb7be7a563639babea69 (patch)
tree05c4606ce62c8450c3b013a3b67cbd572f2c08e3 /net
parentd5699ae29212fcd2cf12141c4428d9c3c556f74e (diff)
yggdrasil: bump to 0.3.12
Signed-off-by: William Fleurant <meshnet@protonmail.com>
Diffstat (limited to 'net')
-rw-r--r--net/yggdrasil/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/yggdrasil/Makefile b/net/yggdrasil/Makefile
index 61dc2ae54..7d68b427f 100644
--- a/net/yggdrasil/Makefile
+++ b/net/yggdrasil/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=yggdrasil
-PKG_VERSION:=0.3.11
-PKG_RELEASE:=4
+PKG_VERSION:=0.3.12
+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:=a831ee7ae5b7cf58950eac5f9cfab24688990db8d91b250624d9bae58da3cfb9
+PKG_HASH:=c82ba4020276f85f53ecd8ccb08db4c79ac0a1a23c1011140ca8585721ae9008
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-go-$(PKG_VERSION)
PKG_MAINTAINER:=William Fleurant <meshnet@protonmail.com>