Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/yggdrasil/INSTALL.msg
Original file line number Diff line number Diff line change
@@ -1,2 +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
NOTICE: Yggdrasil 0.5 contains breaking changes. For more information, see
https://yggdrasil-network.github.io/2023/10/22/upcoming-v05-release.html
6 changes: 3 additions & 3 deletions srcpkgs/yggdrasil/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'yggdrasil'
pkgname=yggdrasil
version=0.4.7
revision=3
version=0.5.2
revision=1
build_style=go
go_import_path=github.com/yggdrasil-network/yggdrasil-go
short_desc="Experiment in scalable routing as an encrypted IPv6 overlay network"
Expand All @@ -10,7 +10,7 @@ license="LGPL-3.0-only"
homepage="https://yggdrasil-network.github.io/"
changelog="https://raw.githubusercontent.com/yggdrasil-network/yggdrasil-go/develop/CHANGELOG.md"
distfiles="https://github.com/yggdrasil-network/yggdrasil-go/archive/v${version}.tar.gz"
checksum=47429f75b87d9b2450108471991e84c90d748606642e8778e9f578485b05a56f
checksum=ed908594ab687e141dd2202e1b360e5bd93f910de1fd1f737d210cc784cf2470

do_build() {
PKGNAME=${pkgname} PKGVER=${version} ./build
Expand Down