parent
811dc9d536
commit
20d1b824be
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'micro'
|
||||
pkgname=micro
|
||||
version=1.3.4
|
||||
revision=2
|
||||
version=1.4.0
|
||||
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=5fc8f847a679f5f5d3bf4d708748daedee415a71
|
||||
_commithash=af520cf047a7296ec292f15aa04114ad9f9052ae
|
||||
build_style=go
|
||||
go_import_path="github.com/zyedidia/micro"
|
||||
go_package="${go_import_path}/cmd/micro"
|
||||
|
@ -14,7 +14,7 @@ hostmakedepends="git"
|
|||
short_desc="A modern and intuitive terminal-based text editor"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/zyedidia/micro"
|
||||
homepage="https://micro-editor.github.io"
|
||||
|
||||
do_fetch() {
|
||||
# We need the git repository since dependencies are vendored in submodules.
|
||||
|
|
Loading…
Reference in New Issue