micro: update to 2.0.10.

This commit is contained in:
UsernameRandomlyGenerated 2021-08-08 13:46:14 +02:00 committed by Érico Nogueira Rolim
parent 277662d899
commit 3a1071de3a

View file

@ -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 <diogo@diogoleal.com>"
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