From b1e8b91e149a9a292a305aef660ff4eed5674f3f Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Fri, 17 Feb 2017 12:42:15 +0000 Subject: [PATCH] gosh: rebuild with go-1.8 --- srcpkgs/gosh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gosh/template b/srcpkgs/gosh/template index f400d27e86f..3afdcadc8af 100644 --- a/srcpkgs/gosh/template +++ b/srcpkgs/gosh/template @@ -1,7 +1,7 @@ # Template file for 'gosh' pkgname=gosh version=0.2.3 -revision=2 +revision=3 build_style=go go_import_path="github.com/mkouhei/gosh" short_desc="Interactive shell for Golang"