From d27b15379387273640ed02d087bed5269a2ab1b8 Mon Sep 17 00:00:00 2001 From: maxice8 <30738253+maxice8@users.noreply.github.com> Date: Mon, 6 Nov 2017 09:06:25 -0200 Subject: [PATCH] micro: update to 1.3.3. (#8929) --- srcpkgs/micro/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/micro/template b/srcpkgs/micro/template index 5be99d5e5f9..e2d12482892 100644 --- a/srcpkgs/micro/template +++ b/srcpkgs/micro/template @@ -1,11 +1,11 @@ # Template file for 'micro' pkgname=micro -version=1.3.2 -revision=4 +version=1.3.3 +revision=1 # This will need to be updated along with version as it cannot currently be # obtained from git before fetching, and is necessary if the user is to make # error reports upsteam. -_commithash=2f587c6d48fc00d00fee0f178170e7f2b0bbcf51 +_commithash=a02ae3ceedcfd9adf210a0248331356a0fc2308f build_style=go go_import_path="github.com/zyedidia/micro" go_package="${go_import_path}/cmd/micro" @@ -20,7 +20,7 @@ do_fetch() { # We need the git repository since dependencies are vendored in submodules. # These submodules aren't included in the tarball. Go get then tries to get # the current versions which will cause the build to fail. - + git clone --branch v${version} https://github.com/zyedidia/micro $wrksrc cd $wrksrc