From cda72b713e25f5d7a2739b288e91435cd55aac81 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Mon, 16 Jul 2018 22:17:14 -0700 Subject: [PATCH] NetAuth: Fix checksum for v0.0.8.3 --- srcpkgs/NetAuth/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/NetAuth/template b/srcpkgs/NetAuth/template index 6a2b539a618..42e25ff836b 100644 --- a/srcpkgs/NetAuth/template +++ b/srcpkgs/NetAuth/template @@ -1,7 +1,7 @@ # Template file for 'NetAuth' pkgname=NetAuth version=0.0.8.3 -revision=1 +revision=2 build_style=go hostmakedepends="dep" 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=5a181d979ac4f22b5e5bb6ace849043487b3aaf1729ef519b89138e600f3d85d +checksum=e65ba1b3864d9c7a66fa690e9190f4502d3c85c9f9ff73409d8dae1bfbd2fae6 pre_build() { cd $GOSRCPATH