yggdrasil: update to 0.3.3.
This commit is contained in:
parent
95554e3e93
commit
acc18d7764
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'yggdrasil'
|
# Template file for 'yggdrasil'
|
||||||
pkgname=yggdrasil
|
pkgname=yggdrasil
|
||||||
version=0.3.2
|
version=0.3.3
|
||||||
revision=1
|
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
|
||||||
hostmakedepends="go git"
|
hostmakedepends="go git"
|
||||||
short_desc="An experiment in scalable routing as an encrypted IPv6 overlay network"
|
short_desc="Experiment in scalable routing as an encrypted IPv6 overlay network"
|
||||||
maintainer="Jan Christian Gruenhage <jan.christian@gruenhage.xyz>"
|
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=28fc0f89f4f95c809a1eda54d1ce63b34444b44d2f9ddec4c566cc3c6e010f53
|
checksum=f76dc1343b3ba555b2d1f43134b3f73fb9516095ddbea7c2387f8af8c57e1e8e
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
PKGNAME=${pkgname} PKGVER=${version} ./build
|
PKGNAME=${pkgname} PKGVER=${version} ./build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue