NetAuth: update to 0.4.1.

This commit is contained in:
Michael Aldridge 2021-03-21 01:29:24 -07:00
parent 991e7fbcb4
commit 2b5357a0e4

View file

@ -1,7 +1,7 @@
# Template file for 'NetAuth' # Template file for 'NetAuth'
pkgname=NetAuth pkgname=NetAuth
version=0.3.4 version=0.4.1
revision=5 revision=1
wrksrc=netauth-$version wrksrc=netauth-$version
build_style="go" build_style="go"
go_import_path="github.com/netauth/netauth" go_import_path="github.com/netauth/netauth"
@ -9,11 +9,11 @@ go_package="${go_import_path}/cmd/netauth
${go_import_path}/cmd/netauthd" ${go_import_path}/cmd/netauthd"
hostmakedepends="git" hostmakedepends="git"
short_desc="Network authentication and identity system" short_desc="Network authentication and identity system"
maintainer="Michael Aldridge <maldridge@voidlinux.org>" maintainer="Michael Aldridge <maldridge@netauth.org>"
license="MIT" license="MIT"
homepage="https://netauth.org" homepage="https://netauth.org"
distfiles="https://github.com/NetAuth/NetAuth/archive/v$version.tar.gz" distfiles="https://github.com/NetAuth/NetAuth/archive/v$version.tar.gz"
checksum=76811411d4ebd00876e553b4eb9c912c16ee5ebc5c6aaeab922e233275f56a94 checksum=0d68df48faa114a96c3e636fbfbd558fbac1f24f59f383be1449eec3a8101a4d
do_check() { do_check() {
go test -v ./... go test -v ./...