From cf83c742af5a984f5844f608b6fac0aa89c056e6 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Fri, 17 Feb 2017 12:42:16 +0000 Subject: [PATCH] micro: rebuild with go-1.8 --- srcpkgs/micro/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/micro/template b/srcpkgs/micro/template index 3c615a49d30..3b907bfea95 100644 --- a/srcpkgs/micro/template +++ b/srcpkgs/micro/template @@ -1,7 +1,7 @@ # Template file for 'micro' pkgname=micro version=1.1.3 -revision=2 +revision=3 build_style=go go_import_path="github.com/zyedidia/micro" go_package="${go_import_path}/cmd/micro"