From aa7253dbd24ffd285a94d7f96c3dd935e2440519 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sat, 15 Dec 2018 21:58:30 -0600 Subject: [PATCH] cfssl: rebuild for go 1.11.4 --- srcpkgs/cfssl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cfssl/template b/srcpkgs/cfssl/template index 1b50f058192..e8bb6b9a88c 100644 --- a/srcpkgs/cfssl/template +++ b/srcpkgs/cfssl/template @@ -1,7 +1,7 @@ # Template file for 'cfssl' pkgname=cfssl version=1.3.2 -revision=4 +revision=5 build_style=go go_import_path="github.com/cloudflare/cfssl" go_package="${go_import_path}/cmd/cfssl"