From 63a8763056b085c01ab8db1a8e25de88bfcd905c Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Tue, 17 Sep 2019 21:17:00 -0700 Subject: [PATCH] NetAuth: update to 0.2.0. --- srcpkgs/NetAuth/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/NetAuth/template b/srcpkgs/NetAuth/template index a1eec2db60..e02c3fae1e 100644 --- a/srcpkgs/NetAuth/template +++ b/srcpkgs/NetAuth/template @@ -1,6 +1,6 @@ # Template file for 'NetAuth' pkgname=NetAuth -version=0.1.4 +version=0.2.0 revision=1 build_style="go" go_import_path="github.com/NetAuth/NetAuth" @@ -12,7 +12,7 @@ maintainer="Michael Aldridge " license="MIT" homepage="https://netauth.org" distfiles="https://github.com/NetAuth/NetAuth/archive/v$version.tar.gz" -checksum=585ced9d2442b6a6dbc74dc8d94762994ac543f47189d316b841ec849b70384e +checksum=b1fa88cd465a3e37128c64c633137ec8ad45b07226848af51547ffaa455f5605 do_check() { go test -v ./...