mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
micro: update to 2.0.12.
This commit is contained in:
parent
5171e77542
commit
a7c15d2e30
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'micro'
|
# Template file for 'micro'
|
||||||
pkgname=micro
|
pkgname=micro
|
||||||
version=2.0.11
|
version=2.0.12
|
||||||
revision=4
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/zyedidia/micro/v2"
|
go_import_path="github.com/zyedidia/micro/v2"
|
||||||
go_package="${go_import_path}/cmd/micro"
|
go_package="${go_import_path}/cmd/micro"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="0x5c <dev@0x5c.io>"
|
||||||
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=1bb499edeaaadf1fe1791a49f96ab672c4e1add31ee125882ccd85a0fc8a4abe
|
checksum=936d109670035235da1f3fb07c76c57c729b59bc1460aab41feb3516136e450f
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
GOARCH= go generate ./runtime
|
GOARCH= go generate ./runtime
|
||||||
|
|
Loading…
Add table
Reference in a new issue