From 02e21c552e37671bf18d7a45e391ed560e017561 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Thu, 22 Feb 2018 22:55:55 -0500 Subject: [PATCH] gosh: rebuild with go-1.10 --- srcpkgs/gosh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gosh/template b/srcpkgs/gosh/template index 3ae8b78341e..4c68b421d7b 100644 --- a/srcpkgs/gosh/template +++ b/srcpkgs/gosh/template @@ -1,7 +1,7 @@ # Template file for 'gosh' pkgname=gosh version=0.2.3 -revision=8 +revision=9 build_style=go go_import_path="github.com/mkouhei/gosh" short_desc="Interactive shell for Golang"