From 3d4354602314b9d426dd82a4ad7cab9b2a6206f2 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 25 May 2017 09:49:34 +0000 Subject: [PATCH] shfmt: rebuild with go-1.8.3 --- srcpkgs/shfmt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/shfmt/template b/srcpkgs/shfmt/template index 94b6f6b6039..439cc3d5db8 100644 --- a/srcpkgs/shfmt/template +++ b/srcpkgs/shfmt/template @@ -1,7 +1,7 @@ # Template file for 'shfmt' pkgname=shfmt version=1.3.1 -revision=1 +revision=2 build_style=go go_import_path="github.com/mvdan/sh" go_package="${go_import_path}/cmd/shfmt"