From ad80f0a8f9c4845ca3b053f1c501a650fc327c65 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Fri, 30 Mar 2018 16:30:05 +0000 Subject: [PATCH] cfssl: rebuild with go-1.10.1 --- srcpkgs/cfssl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cfssl/template b/srcpkgs/cfssl/template index ddafb7a3486..ddc37269bd5 100644 --- a/srcpkgs/cfssl/template +++ b/srcpkgs/cfssl/template @@ -1,7 +1,7 @@ # Template file for 'cfssl' pkgname=cfssl version=1.3.2 -revision=1 +revision=2 build_style=go go_import_path="github.com/cloudflare/cfssl" go_package="${go_import_path}/cmd/cfssl"