From 48429bf264917dee18f3ee8b5b9af19b28a80bb0 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Fri, 30 Mar 2018 16:30:12 +0000 Subject: [PATCH] gosh: rebuild with go-1.10.1 --- srcpkgs/gosh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gosh/template b/srcpkgs/gosh/template index 4c68b421d7..10f78e277e 100644 --- a/srcpkgs/gosh/template +++ b/srcpkgs/gosh/template @@ -1,7 +1,7 @@ # Template file for 'gosh' pkgname=gosh version=0.2.3 -revision=9 +revision=10 build_style=go go_import_path="github.com/mkouhei/gosh" short_desc="Interactive shell for Golang"