mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
micro: update to 1.3.3. (#8929)
This commit is contained in:
parent
ebcb14aa64
commit
d27b153793
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=1.3.2
|
version=1.3.3
|
||||||
revision=4
|
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=2f587c6d48fc00d00fee0f178170e7f2b0bbcf51
|
_commithash=a02ae3ceedcfd9adf210a0248331356a0fc2308f
|
||||||
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"
|
||||||
|
@ -20,7 +20,7 @@ do_fetch() {
|
||||||
# We need the git repository since dependencies are vendored in submodules.
|
# 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
|
# These submodules aren't included in the tarball. Go get then tries to get
|
||||||
# the current versions which will cause the build to fail.
|
# the current versions which will cause the build to fail.
|
||||||
|
|
||||||
git clone --branch v${version} https://github.com/zyedidia/micro $wrksrc
|
git clone --branch v${version} https://github.com/zyedidia/micro $wrksrc
|
||||||
cd $wrksrc
|
cd $wrksrc
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue