ripgrep: update to 0.2.0.
This commit is contained in:
parent
4617bffbc9
commit
7a4651357b
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ripgrep'
|
||||
pkgname=ripgrep
|
||||
version=0.1.17
|
||||
version=0.2.0
|
||||
revision=1
|
||||
hostmakedepends="cargo rust"
|
||||
short_desc="Fast search tool inspired by ag and grep"
|
||||
|
@ -8,12 +8,12 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|||
license="Public Domain, MIT"
|
||||
homepage="https://github.com/BurntSushi/ripgrep/"
|
||||
distfiles="https://github.com/BurntSushi/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=b558b6650bfa9cf0fd0fa58a8617cafc7c819ee25a26d15ca2ce39979dd18a18
|
||||
checksum=919ce5641432ce26d05b3925a9b43ea8cd91ca3da560ae2e2e62862e6a41845f
|
||||
nocross=yes
|
||||
|
||||
do_build() {
|
||||
cargo build --release
|
||||
}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vman doc/rg.1
|
||||
|
|
Loading…
Reference in New Issue