mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
racer: update to 2.0.2. (really!)
This commit is contained in:
parent
18f3d5f7a9
commit
73e962511c
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'racer'
|
# Template file for 'racer'
|
||||||
pkgname=racer
|
pkgname=racer
|
||||||
version=2.0.2
|
version=2.0.2
|
||||||
revision=1
|
revision=2
|
||||||
_gitrev=e5ffe9efc1d10d4a7d66944b4c0939b7c575530e
|
_gitrev=aebec47b2c8d541552761f07e598d7301adf48d0
|
||||||
wrksrc="${pkgname}-${_gitrev}"
|
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"
|
||||||
|
@ -10,7 +10,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/${_gitrev}.tar.gz"
|
distfiles="https://github.com/phildawes/racer/archive/${_gitrev}.tar.gz"
|
||||||
checksum=42d0830fa74ba6a20b3bcadb7dd0d9e9b0c06cd7a16010551e223fdc269e3252
|
checksum=82930f47cdb25583d4b9e4289399a835e67848c564d478ed09710c5d8afd072d
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue