diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2019-08-21 22:30:20 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-21 22:30:20 +0300 |
commit | 9efc2a16a67587a6cef4b358941da9b2194f207f (patch) | |
tree | c3777a0c24a17707fd006de9aca4b609edbd6b50 | |
parent | 8f652372f1084ebc36046ae88162b4dfdb44acb2 (diff) | |
parent | 3eda77207edf3152fe764cdfab8d4189c584420d (diff) |
Merge pull request #9790 from wfleurant/ygg-bump-0-3-8
yggdrasil: bump to 0.3.8
-rw-r--r-- | net/yggdrasil/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/yggdrasil/Makefile b/net/yggdrasil/Makefile index f6f25e2a4..fd1c52e53 100644 --- a/net/yggdrasil/Makefile +++ b/net/yggdrasil/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yggdrasil -PKG_VERSION:=0.3.7 +PKG_VERSION:=0.3.8 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:=a0fc98f7d479fb44943fe85f223fbd9c5de529baa6f66887e37e904117e18a6a +PKG_HASH:=56eebbb63cf2d14897141ce037fb9aec407430718908cfeeb34fff355f08f9af PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-go-$(PKG_VERSION) PKG_MAINTAINER:=William Fleurant <meshnet@protonmail.com> |