From 5b5c5ad7261f7908be9f39265818a53fca3b0abf Mon Sep 17 00:00:00 2001 From: UsernameRandomlyGenerated Date: Sun, 8 Aug 2021 13:46:14 +0200 Subject: [PATCH] micro: update to 2.0.10. --- srcpkgs/micro/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/micro/template b/srcpkgs/micro/template index 8852268ba921..ceaaed3ad430 100644 --- a/srcpkgs/micro/template +++ b/srcpkgs/micro/template @@ -1,6 +1,6 @@ # Template file for 'micro' pkgname=micro -version=2.0.9 +version=2.0.10 revision=1 build_style=go go_import_path="github.com/zyedidia/micro/v2" @@ -8,13 +8,12 @@ go_package="${go_import_path}/cmd/micro" go_ldflags="-X github.com/zyedidia/micro/v2/internal/util.Version=${version}" # Adding CompileDate is bad for reproducibility and adding CommitHash # is redundant as we use a tag to build the package. -hostmakedepends="git" short_desc="Modern and intuitive terminal-based text editor" maintainer="Diogo Leal " license="MIT" homepage="https://micro-editor.github.io" distfiles="https://github.com/zyedidia/micro/archive/v${version}.tar.gz" -checksum=59987763ec5edb10db50c136eeb5934b411bd5e6adbd3d785f1d64d3e225ec31 +checksum=d849751fcd70eba48bf3e15c3cc665f818fe77e5ac7819d0afe2123dc258aedc post_install() { vlicense LICENSE