From 8cfdf25a70ac9b8fac7e243fbfd7c7b6916f24ad Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 25 May 2017 09:49:32 +0000 Subject: [PATCH] micro: rebuild with go-1.8.3 --- srcpkgs/micro/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/micro/template b/srcpkgs/micro/template index 80cd083ee33..71635ca7aac 100644 --- a/srcpkgs/micro/template +++ b/srcpkgs/micro/template @@ -1,7 +1,7 @@ # Template file for 'micro' pkgname=micro version=1.1.4 -revision=2 +revision=3 build_style=go go_import_path="github.com/zyedidia/micro" go_package="${go_import_path}/cmd/micro"