From 476c8c4d5523d09b519436d805b5d5572909b8d0 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sun, 24 Nov 2019 19:55:27 -0800 Subject: [PATCH] NetAuth: update to 0.3.1. --- srcpkgs/NetAuth/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/NetAuth/template b/srcpkgs/NetAuth/template index ef64bcac90..2ad8b1ff1a 100644 --- a/srcpkgs/NetAuth/template +++ b/srcpkgs/NetAuth/template @@ -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 " 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 ./...