micro: update to 1.3.3. (#8929)

This commit is contained in:
maxice8 2017-11-06 09:06:25 -02:00 committed by Juan RP
parent ebcb14aa64
commit d27b153793

View File

@ -1,11 +1,11 @@
# Template file for 'micro'
pkgname=micro
version=1.3.2
revision=4
version=1.3.3
revision=1
# 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
# error reports upsteam.
_commithash=2f587c6d48fc00d00fee0f178170e7f2b0bbcf51
_commithash=a02ae3ceedcfd9adf210a0248331356a0fc2308f
build_style=go
go_import_path="github.com/zyedidia/micro"
go_package="${go_import_path}/cmd/micro"
@ -20,7 +20,7 @@ do_fetch() {
# We need the git repository since dependencies are vendored in submodules.
# These submodules aren't included in the tarball. Go get then tries to get
# the current versions which will cause the build to fail.
git clone --branch v${version} https://github.com/zyedidia/micro $wrksrc
cd $wrksrc