From 0e168489a288ce3d75e31adf51e1f11d7c4cfcfb Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sat, 25 Aug 2018 00:04:35 -0700 Subject: [PATCH] cfssl: rebuild for go 1.11 --- srcpkgs/cfssl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cfssl/template b/srcpkgs/cfssl/template index aabf7439645..1b50f058192 100644 --- a/srcpkgs/cfssl/template +++ b/srcpkgs/cfssl/template @@ -1,7 +1,7 @@ # Template file for 'cfssl' pkgname=cfssl version=1.3.2 -revision=3 +revision=4 build_style=go go_import_path="github.com/cloudflare/cfssl" go_package="${go_import_path}/cmd/cfssl"