From 9edfe77d1fd9711dd12504e3ffa83009840411ec Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Thu, 22 Feb 2018 22:55:48 -0500 Subject: [PATCH] shfmt: rebuild with go-1.10 --- srcpkgs/shfmt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/shfmt/template b/srcpkgs/shfmt/template index 54f392e6169..40fd2137770 100644 --- a/srcpkgs/shfmt/template +++ b/srcpkgs/shfmt/template @@ -1,7 +1,7 @@ # Template file for 'shfmt' pkgname=shfmt version=2.2.1 -revision=2 +revision=3 build_style=go go_import_path="mvdan.cc/sh" go_package="${go_import_path}/cmd/shfmt"