From 27ed2c85161e7bd847fb88fd5d87df93d3d5682e Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Fri, 7 Apr 2017 19:10:21 +0000 Subject: [PATCH] micro: rebuild with go 1.8.1 --- srcpkgs/micro/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/micro/template b/srcpkgs/micro/template index aa8b49aa27c..80cd083ee33 100644 --- a/srcpkgs/micro/template +++ b/srcpkgs/micro/template @@ -1,7 +1,7 @@ # Template file for 'micro' pkgname=micro version=1.1.4 -revision=1 +revision=2 build_style=go go_import_path="github.com/zyedidia/micro" go_package="${go_import_path}/cmd/micro"