From ecdd5e8e284a2b2a8a7c7ef97c694b36187e7b76 Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Fri, 10 Jul 2020 19:31:39 +0200 Subject: [PATCH] micro: update to 2.0.6. --- srcpkgs/micro/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/micro/template b/srcpkgs/micro/template index 173bf24d9de..d3184e82ef5 100644 --- a/srcpkgs/micro/template +++ b/srcpkgs/micro/template @@ -1,11 +1,11 @@ # Template file for 'micro' pkgname=micro -version=2.0.3 +version=2.0.6 revision=1 build_style=go -go_import_path="github.com/zyedidia/micro" +go_import_path="github.com/zyedidia/micro/v2" go_package="${go_import_path}/cmd/micro" -go_ldflags="-X github.com/zyedidia/micro/internal/util.Version=${version}" +go_ldflags="-X github.com/zyedidia/micro/v2/internal/util.Version=${version}" # Adding CompuileDate is bad reproducibility and adding CommitHash # is redundant as we use a tag to build the package. hostmakedepends="git" @@ -14,7 +14,7 @@ maintainer="Diogo Leal " license="MIT" homepage="https://micro-editor.github.io" distfiles="https://github.com/zyedidia/micro/archive/v${version}.tar.gz" -checksum=5924ad1af80417907e403482af49bc709087221538ddfdd9bb54d966551a0460 +checksum=55bd3ab880905d45639a1f902ec1a84cb385e73de9a3e16d8175b3cd7f7fe908 post_install() { vlicense LICENSE