From 582d6b3501552df97341c5405891f4019e2eed8f Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 25 May 2017 09:49:30 +0000 Subject: [PATCH] gosh: rebuild with go-1.8.3 --- srcpkgs/gosh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gosh/template b/srcpkgs/gosh/template index ad9b447d2a7..485a1256b96 100644 --- a/srcpkgs/gosh/template +++ b/srcpkgs/gosh/template @@ -1,7 +1,7 @@ # Template file for 'gosh' pkgname=gosh version=0.2.3 -revision=4 +revision=5 build_style=go go_import_path="github.com/mkouhei/gosh" short_desc="Interactive shell for Golang"