NetAuth: update to 0.0.13.1

This commit is contained in:
Michael Aldridge 2019-03-30 16:47:12 -07:00
parent 60d6b02491
commit 2cf067b7b6

View file

@ -1,26 +1,20 @@
# Template file for 'NetAuth'
pkgname=NetAuth
version=0.0.11
revision=2
build_style=go
hostmakedepends="dep"
version=0.0.13.1
revision=1
build_style="go"
go_import_path="github.com/NetAuth/NetAuth"
go_package="${go_import_path}/cmd/netauth
${go_import_path}/cmd/netauthd"
hostmakedepends="git"
short_desc="Network authentication and identity system"
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="MIT"
homepage="https://netauth.org"
distfiles="https://github.com/NetAuth/NetAuth/archive/v$version.tar.gz"
checksum=12df647cda552d147fefb19b8c27672577b39ca8c41c2702bc7f80354215c9f0
pre_build() {
cd $GOSRCPATH
dep ensure
}
checksum=6f21dc859ffcec0ddf52eb2de91ed84856bed9d4c468f06a569e8bb3d498046e
do_check() {
cd $GOSRCPATH
go test -v ./...
}