From a84144a632fb5866876fde032fa0879325406609 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sat, 15 Dec 2018 16:05:25 -0800 Subject: [PATCH] NetKeys: rebuild for go 1.11.4 --- srcpkgs/NetKeys/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/NetKeys/template b/srcpkgs/NetKeys/template index dc4142e97ed..7cc02f3a66a 100644 --- a/srcpkgs/NetKeys/template +++ b/srcpkgs/NetKeys/template @@ -1,7 +1,7 @@ # Template file for 'NetKeys' pkgname=NetKeys version=0.2 -revision=2 +revision=3 build_style=go go_import_path="github.com/NetAuth/NetKeys" go_package="${go_import_path}/cmd/netkeys"