racer: update to 2.0.11.
This commit is contained in:
parent
0ba370fb19
commit
949dba7f99
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'racer'
|
# Template file for 'racer'
|
||||||
pkgname=racer
|
pkgname=racer
|
||||||
version=2.0.10
|
version=2.0.11
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="rust cargo"
|
hostmakedepends="rust cargo"
|
||||||
short_desc="Utility intended to provide Rust code completion for editors and IDEs"
|
short_desc="Utility intended to provide Rust code completion for editors and IDEs"
|
||||||
|
@ -8,7 +8,7 @@ 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/${version}.tar.gz"
|
||||||
checksum=8e81da4f238117affe7631a7656b219294950ff17b2bea85794060be11b80489
|
checksum=29422d80da4f6a3ea63d37168a89bab8071fcefef148f223a1b5a34944511a7a
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Reference in a new issue