micro: update to 2.0.6.
This commit is contained in:
parent
352bd6cb83
commit
d5803c1a3d
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'micro'
|
# Template file for 'micro'
|
||||||
pkgname=micro
|
pkgname=micro
|
||||||
version=2.0.3
|
version=2.0.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/zyedidia/micro"
|
go_import_path="github.com/zyedidia/micro/v2"
|
||||||
go_package="${go_import_path}/cmd/micro"
|
go_package="${go_import_path}/cmd/micro"
|
||||||
go_ldflags="-X github.com/zyedidia/micro/internal/util.Version=${version}"
|
go_ldflags="-X github.com/zyedidia/micro/v2/internal/util.Version=${version}"
|
||||||
# Adding CompuileDate is bad reproducibility and adding CommitHash
|
# Adding CompuileDate is bad reproducibility and adding CommitHash
|
||||||
# is redundant as we use a tag to build the package.
|
# is redundant as we use a tag to build the package.
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
|
@ -14,7 +14,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=5924ad1af80417907e403482af49bc709087221538ddfdd9bb54d966551a0460
|
checksum=55bd3ab880905d45639a1f902ec1a84cb385e73de9a3e16d8175b3cd7f7fe908
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue