NetAuth: update to 0.4.1.
This commit is contained in:
parent
991e7fbcb4
commit
2b5357a0e4
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'NetAuth'
|
||||
pkgname=NetAuth
|
||||
version=0.3.4
|
||||
revision=5
|
||||
version=0.4.1
|
||||
revision=1
|
||||
wrksrc=netauth-$version
|
||||
build_style="go"
|
||||
go_import_path="github.com/netauth/netauth"
|
||||
|
@ -9,11 +9,11 @@ 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>"
|
||||
maintainer="Michael Aldridge <maldridge@netauth.org>"
|
||||
license="MIT"
|
||||
homepage="https://netauth.org"
|
||||
distfiles="https://github.com/NetAuth/NetAuth/archive/v$version.tar.gz"
|
||||
checksum=76811411d4ebd00876e553b4eb9c912c16ee5ebc5c6aaeab922e233275f56a94
|
||||
checksum=0d68df48faa114a96c3e636fbfbd558fbac1f24f59f383be1449eec3a8101a4d
|
||||
|
||||
do_check() {
|
||||
go test -v ./...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue