ripgrep: update to 0.7.1. (#8477)
This commit is contained in:
parent
414d69d416
commit
59f2b2e29a
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ripgrep'
|
||||
pkgname=ripgrep
|
||||
version=0.6.0
|
||||
version=0.7.1
|
||||
revision=1
|
||||
hostmakedepends="cargo rust"
|
||||
short_desc="Fast search tool inspired by ag and grep"
|
||||
|
@ -8,7 +8,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="Public Domain, MIT"
|
||||
homepage="https://github.com/BurntSushi/ripgrep/"
|
||||
distfiles="https://github.com/BurntSushi/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=102aff26fae9f455a8bcc435759d488f4944a34bee4b22b852f1cac3245b1b5e
|
||||
checksum=e010693637acebb409f3dba7caf59ef093d1894a33b14015041b8d43547665f5
|
||||
nocross=yes
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in a new issue