racer: update to 2.0.3.
This commit is contained in:
parent
16b1c0c84c
commit
46961c4798
1 changed files with 5 additions and 7 deletions
|
@ -1,16 +1,14 @@
|
|||
# Template file for 'racer'
|
||||
pkgname=racer
|
||||
version=2.0.2
|
||||
revision=2
|
||||
_gitrev=aebec47b2c8d541552761f07e598d7301adf48d0
|
||||
wrksrc="${pkgname}-${_gitrev}"
|
||||
version=2.0.3
|
||||
revision=1
|
||||
hostmakedepends="rust cargo"
|
||||
short_desc="A utility intended to provide Rust code completion for editors and IDEs"
|
||||
short_desc="Utility intended to provide Rust code completion for editors and IDEs"
|
||||
maintainer="Michael Gehring <mg@ebfe.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/phildawes/racer"
|
||||
distfiles="https://github.com/phildawes/racer/archive/${_gitrev}.tar.gz"
|
||||
checksum=82930f47cdb25583d4b9e4289399a835e67848c564d478ed09710c5d8afd072d
|
||||
distfiles="https://github.com/phildawes/racer/archive/${version}.tar.gz"
|
||||
checksum=0396ce9e8535ecb821d556e40758ce5dc2ba37fcfa6f96d6caa7d1a9a88acba8
|
||||
nocross=yes
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in a new issue