From 098a9533f66eb63aa6a0087598be5e06db1a089e Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 3 May 2018 18:49:55 +0000 Subject: [PATCH] shfmt: rebuild with go-1.10.2 --- srcpkgs/shfmt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/shfmt/template b/srcpkgs/shfmt/template index 8a26fda2b42..acc5b13a1af 100644 --- a/srcpkgs/shfmt/template +++ b/srcpkgs/shfmt/template @@ -1,7 +1,7 @@ # Template file for 'shfmt' pkgname=shfmt version=2.3.0 -revision=2 +revision=3 build_style=go go_import_path="mvdan.cc/sh" go_package="${go_import_path}/cmd/shfmt"