racer: update to 1.2.10.
This commit is contained in:
parent
4dad37f14b
commit
f9e84e194c
|
@ -1,14 +1,16 @@
|
||||||
# Template file for 'racer'
|
# Template file for 'racer'
|
||||||
pkgname=racer
|
pkgname=racer
|
||||||
version=1.2.5
|
version=1.2.10
|
||||||
revision=1
|
revision=1
|
||||||
|
_gitrev=e5ffe9efc1d10d4a7d66944b4c0939b7c575530e
|
||||||
|
wrksrc="${pkgname}-${_gitrev}"
|
||||||
hostmakedepends="rust cargo"
|
hostmakedepends="rust cargo"
|
||||||
short_desc="A utility intended to provide Rust code completion for editors and IDEs"
|
short_desc="A utility intended to provide Rust code completion for editors and IDEs"
|
||||||
maintainer="Michael Gehring <mg@ebfe.org>"
|
maintainer="Michael Gehring <mg@ebfe.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/phildawes/racer"
|
homepage="https://github.com/phildawes/racer"
|
||||||
distfiles="https://github.com/phildawes/racer/archive/${version}.tar.gz"
|
distfiles="https://github.com/phildawes/racer/archive/${_gitrev}.tar.gz"
|
||||||
checksum=3b932331f4778b6c0bb092f92783ec616e939b15f85f58d069f65a85c921db66
|
checksum=42d0830fa74ba6a20b3bcadb7dd0d9e9b0c06cd7a16010551e223fdc269e3252
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Reference in New Issue