From 921276f903ff3b86bef6e0fc04c86df792026efc Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Wed, 24 Jan 2018 08:54:21 +0000 Subject: [PATCH] gosh: rebuild with go-1.9.3 --- srcpkgs/gosh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gosh/template b/srcpkgs/gosh/template index f77662334cf..3ae8b78341e 100644 --- a/srcpkgs/gosh/template +++ b/srcpkgs/gosh/template @@ -1,7 +1,7 @@ # Template file for 'gosh' pkgname=gosh version=0.2.3 -revision=7 +revision=8 build_style=go go_import_path="github.com/mkouhei/gosh" short_desc="Interactive shell for Golang"