micro: update to 2.0.1.
This commit is contained in:
parent
3c20669101
commit
8796a33cff
1 changed files with 5 additions and 6 deletions
|
@ -1,23 +1,22 @@
|
|||
# Template file for 'micro'
|
||||
pkgname=micro
|
||||
version=1.4.1
|
||||
version=2.0.1
|
||||
revision=1
|
||||
# This will need to be updated along with version as it cannot currently be
|
||||
# obtained from the tarball, and is necessary if the user is to make error
|
||||
# reports upsteam.
|
||||
_commithash=1856891622af0e4616288df6207451553622d465
|
||||
wrksrc=micro
|
||||
_commithash=7c71995aaf56113a0c23f30829f52b43a6d8376e
|
||||
build_style=go
|
||||
go_import_path="github.com/zyedidia/micro"
|
||||
go_package="${go_import_path}/cmd/micro"
|
||||
go_ldflags="-X main.Version=${version} -X 'main.CommitHash=${_commithash}' -X 'main.CompileDate=$(date)'"
|
||||
hostmakedepends="git"
|
||||
short_desc="A modern and intuitive terminal-based text editor"
|
||||
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/releases/download/v${version}/micro-${version}-src.tar.gz"
|
||||
checksum=0b516826226cf1ddf2fbb274f049cab456a5c162efe3d648f0871564fadcf812
|
||||
distfiles="https://github.com/zyedidia/micro/archive/v${version}.tar.gz"
|
||||
checksum=dabbc94f58f63b2b2c4589cdfc83e265019f3ac02e13654bf91927f4bc6434ec
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue