mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
micro: update to 2.0.2.
This commit is contained in:
parent
dbfbb19f43
commit
b4f783863f
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'micro'
|
# Template file for 'micro'
|
||||||
pkgname=micro
|
pkgname=micro
|
||||||
version=2.0.1
|
version=2.0.2
|
||||||
revision=1
|
revision=1
|
||||||
# This will need to be updated along with version as it cannot currently be
|
# 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
|
# obtained from the tarball, and is necessary if the user is to make error
|
||||||
# reports upsteam.
|
# reports upsteam.
|
||||||
_commithash=7c71995aaf56113a0c23f30829f52b43a6d8376e
|
_commithash=c51f84955e5fe924c34b4f7e06d17cd8731022cf
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/zyedidia/micro"
|
go_import_path="github.com/zyedidia/micro"
|
||||||
go_package="${go_import_path}/cmd/micro"
|
go_package="${go_import_path}/cmd/micro"
|
||||||
|
@ -16,7 +16,7 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://micro-editor.github.io"
|
homepage="https://micro-editor.github.io"
|
||||||
distfiles="https://github.com/zyedidia/micro/archive/v${version}.tar.gz"
|
distfiles="https://github.com/zyedidia/micro/archive/v${version}.tar.gz"
|
||||||
checksum=dabbc94f58f63b2b2c4589cdfc83e265019f3ac02e13654bf91927f4bc6434ec
|
checksum=47937983c503e56241f4457d27da7223eeda93d09c28c36c4617d031edb3a2a4
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue