yggdrasil: update to 0.3.8

This commit is contained in:
Jan Christian Grünhage 2019-08-21 19:30:12 +02:00 committed by Duncan Overbruck
parent 50169bc850
commit a9d35f2038

View file

@ -1,7 +1,7 @@
# Template file for 'yggdrasil' # Template file for 'yggdrasil'
pkgname=yggdrasil pkgname=yggdrasil
version=0.3.7 version=0.3.8
revision=2 revision=1
wrksrc="yggdrasil-go-${version}" wrksrc="yggdrasil-go-${version}"
build_style=go build_style=go
go_import_path=github.com/yggdrasil-network/yggdrasil-go go_import_path=github.com/yggdrasil-network/yggdrasil-go
@ -11,7 +11,7 @@ maintainer="Jan Christian Gruenhage <jan.christian@gruenhage.xyz>"
license="LGPL-3.0-only" license="LGPL-3.0-only"
homepage="https://yggdrasil-network.github.io/" homepage="https://yggdrasil-network.github.io/"
distfiles="https://github.com/yggdrasil-network/yggdrasil-go/archive/v${version}.tar.gz" distfiles="https://github.com/yggdrasil-network/yggdrasil-go/archive/v${version}.tar.gz"
checksum=a0fc98f7d479fb44943fe85f223fbd9c5de529baa6f66887e37e904117e18a6a checksum=56eebbb63cf2d14897141ce037fb9aec407430718908cfeeb34fff355f08f9af
do_build() { do_build() {
PKGNAME=${pkgname} PKGVER=${version} ./build PKGNAME=${pkgname} PKGVER=${version} ./build