From 56714e6c675cfdf570434a89877e409456676172 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Wed, 24 Jan 2018 08:54:16 +0000 Subject: [PATCH] cfssl: rebuild with go-1.9.3 --- srcpkgs/cfssl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cfssl/template b/srcpkgs/cfssl/template index 40f05e39dda..4573f6bb540 100644 --- a/srcpkgs/cfssl/template +++ b/srcpkgs/cfssl/template @@ -1,7 +1,7 @@ # Template file for 'cfssl' pkgname=cfssl version=1.2.0 -revision=1 +revision=2 build_style=go go_import_path="github.com/cloudflare/${pkgname}" go_package="${go_import_path}/cmd/${pkgname}"