From 2b5357a0e4317be71ab4e42bde6593b9f32c6cf8 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sun, 21 Mar 2021 01:29:24 -0700 Subject: [PATCH] NetAuth: update to 0.4.1. --- srcpkgs/NetAuth/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/NetAuth/template b/srcpkgs/NetAuth/template index 42667411251..81a56aa405d 100644 --- a/srcpkgs/NetAuth/template +++ b/srcpkgs/NetAuth/template @@ -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 " +maintainer="Michael Aldridge " 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 ./...