NetAuth: update to 0.3.1.

This commit is contained in:
Michael Aldridge 2019-11-24 19:55:27 -08:00 committed by Michael Aldridge
parent 5799cb5b5c
commit 476c8c4d55

View file

@ -1,9 +1,10 @@
# Template file for 'NetAuth'
pkgname=NetAuth
version=0.2.1
version=0.3.1
revision=1
wrksrc=netauth-$version
build_style="go"
go_import_path="github.com/NetAuth/NetAuth"
go_import_path="github.com/netauth/netauth"
go_package="${go_import_path}/cmd/netauth
${go_import_path}/cmd/netauthd"
hostmakedepends="git"
@ -12,7 +13,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="MIT"
homepage="https://netauth.org"
distfiles="https://github.com/NetAuth/NetAuth/archive/v$version.tar.gz"
checksum=f2065b58c6e6c1015ea5cfcf7a61a91e90b597e76ecabd0c6ec60016ebdb0766
checksum=9a79b46e4dc57836f5cdc11294fb19ff2e8b5dd3389174ec1099b9b9a5a3ab66
do_check() {
go test -v ./...