ripgrep: update to 0.5.1.
This commit is contained in:
parent
1f505811ab
commit
191bcedf67
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ripgrep'
|
||||
pkgname=ripgrep
|
||||
version=0.5.0
|
||||
version=0.5.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=8e210c7486cfb2a782cb0aab0c5eb7c1fae606b4279254b491a084c8da84c11d
|
||||
checksum=e0724d40f069580bac9f28cbf6005020fdc1b80e5d15fb69679d50ca341116f9
|
||||
nocross=yes
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in a new issue