From 0203d2b0ec1af3c9f9df791d36135f88ae64343e Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Mon, 30 Jan 2017 17:08:22 +0000 Subject: [PATCH] shfmt: rebuild with go-1.7.5 --- srcpkgs/shfmt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/shfmt/template b/srcpkgs/shfmt/template index dd001d50890..ac80269f013 100644 --- a/srcpkgs/shfmt/template +++ b/srcpkgs/shfmt/template @@ -1,7 +1,7 @@ # Template file for 'shfmt' pkgname=shfmt version=1.1.0 -revision=1 +revision=2 build_style=go go_import_path="github.com/mvdan/sh" go_package="${go_import_path}/cmd/shfmt"