ripgrep: update to 0.2.9.
This commit is contained in:
parent
71e8c8d07b
commit
648966d359
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ripgrep'
|
||||
pkgname=ripgrep
|
||||
version=0.2.8
|
||||
version=0.2.9
|
||||
revision=1
|
||||
hostmakedepends="cargo rust"
|
||||
short_desc="Fast search tool inspired by ag and grep"
|
||||
|
@ -8,7 +8,7 @@ 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=0a2a41439572feed787b4e1e3d07d03b8ee6a7dd2dc0eda969eb7d67aed91e52
|
||||
checksum=508d6cab8e08bc8728f8674bae0266bc236b16933edb3559ac746b3b9af9d638
|
||||
nocross=yes
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in New Issue