From 99182e774ecc47987902f20202044e1b0d85903b Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Tue, 11 Oct 2022 22:13:50 -0500 Subject: [PATCH] NetAuth: update to 0.6.1. --- srcpkgs/NetAuth/template | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/srcpkgs/NetAuth/template b/srcpkgs/NetAuth/template index 4586019d069..be7f2cb0f81 100644 --- a/srcpkgs/NetAuth/template +++ b/srcpkgs/NetAuth/template @@ -1,6 +1,6 @@ # Template file for 'NetAuth' pkgname=NetAuth -version=0.6.0 +version=0.6.1 revision=1 wrksrc=netauth-$version build_style="go" @@ -12,12 +12,7 @@ maintainer="Michael Aldridge " license="MIT" homepage="https://netauth.org" distfiles="https://github.com/NetAuth/NetAuth/archive/v$version.tar.gz" -checksum=6964f313ffa558f225734926ef220a7fb573747ed841a629e006d159003871da - -do_check() { - # Flaky test in 0.5.0, deflaked in next release. - go test -v ./... || return 0 -} +checksum=cf84b2e63b7a59ec6e415ead1a94994b040b30fee2b27e482073371cfb0fb444 post_install() { vlicense LICENSE