yggdrasil: update to 0.4.0
This commit is contained in:
parent
acc117e221
commit
24a331d711
2 changed files with 4 additions and 2 deletions
2
srcpkgs/yggdrasil/INSTALL.msg
Normal file
2
srcpkgs/yggdrasil/INSTALL.msg
Normal file
|
@ -0,0 +1,2 @@
|
|||
NOTICE: Yggdrasil 0.4 contains breaking changes. For more information, see
|
||||
https://yggdrasil-network.github.io/2021/06/19/preparing-for-v0-4.html
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'yggdrasil'
|
||||
pkgname=yggdrasil
|
||||
version=0.3.16
|
||||
version=0.4.0
|
||||
revision=1
|
||||
wrksrc="yggdrasil-go-${version}"
|
||||
build_style=go
|
||||
|
@ -11,7 +11,7 @@ maintainer="Jan Christian Gruenhage <jan.christian@gruenhage.xyz>"
|
|||
license="LGPL-3.0-only"
|
||||
homepage="https://yggdrasil-network.github.io/"
|
||||
distfiles="https://github.com/yggdrasil-network/yggdrasil-go/archive/v${version}.tar.gz"
|
||||
checksum=e03595b78906b171155aaa11c922be3418bd056f8547e4d9f5123b6047316eac
|
||||
checksum=6ad762012ef1a73bfb718db4a23c5a0067e13939d0655221afc4c1f723736cbf
|
||||
|
||||
do_build() {
|
||||
PKGNAME=${pkgname} PKGVER=${version} ./build
|
||||
|
|
Loading…
Reference in a new issue