From dd57e897c2c00d9f61570b9c7121397ab6fff13d Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Thu, 22 Feb 2018 22:56:01 -0500 Subject: [PATCH] cfssl: rebuild with go-1.10 --- srcpkgs/cfssl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cfssl/template b/srcpkgs/cfssl/template index 4d971b6e3e7..9dfb1737ff2 100644 --- a/srcpkgs/cfssl/template +++ b/srcpkgs/cfssl/template @@ -1,7 +1,7 @@ # Template file for 'cfssl' pkgname=cfssl version=1.3.0 -revision=1 +revision=2 build_style=go go_import_path="github.com/cloudflare/cfssl" go_package="${go_import_path}/cmd/cfssl"