NetAuth: update to 0.1.4.

This commit is contained in:
Michael Aldridge 2019-08-30 20:29:31 -07:00
parent 9c206a290b
commit 89003cd0b8
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'NetAuth' # Template file for 'NetAuth'
pkgname=NetAuth pkgname=NetAuth
version=0.1.0 version=0.1.4
revision=1 revision=1
build_style="go" build_style="go"
go_import_path="github.com/NetAuth/NetAuth" go_import_path="github.com/NetAuth/NetAuth"
@ -12,7 +12,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.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=3521516de7e342199ebc564614f0b5f93119b2fcbf603c186cd2c7f20cb18874 checksum=585ced9d2442b6a6dbc74dc8d94762994ac543f47189d316b841ec849b70384e
do_check() { do_check() {
go test -v ./... go test -v ./...