micro: update to 1.4.0.

Closes: #11180 [via git-merge-pr]
This commit is contained in:
maxice8 2018-01-27 23:47:24 -02:00 committed by Jürgen Buchmüller
parent 811dc9d536
commit 20d1b824be

View file

@ -1,11 +1,11 @@
# Template file for 'micro' # Template file for 'micro'
pkgname=micro pkgname=micro
version=1.3.4 version=1.4.0
revision=2 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 git before fetching, and is necessary if the user is to make # obtained from git before fetching, and is necessary if the user is to make
# error reports upsteam. # error reports upsteam.
_commithash=5fc8f847a679f5f5d3bf4d708748daedee415a71 _commithash=af520cf047a7296ec292f15aa04114ad9f9052ae
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"
@ -14,7 +14,7 @@ hostmakedepends="git"
short_desc="A modern and intuitive terminal-based text editor" short_desc="A modern and intuitive terminal-based text editor"
maintainer="Diogo Leal <diogo@diogoleal.com>" maintainer="Diogo Leal <diogo@diogoleal.com>"
license="MIT" license="MIT"
homepage="https://github.com/zyedidia/micro" homepage="https://micro-editor.github.io"
do_fetch() { do_fetch() {
# We need the git repository since dependencies are vendored in submodules. # We need the git repository since dependencies are vendored in submodules.