ripgrep: update to 0.3.0.
This commit is contained in:
parent
e33e23a076
commit
e61589ff82
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ripgrep'
|
||||
pkgname=ripgrep
|
||||
version=0.2.9
|
||||
version=0.3.0
|
||||
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=508d6cab8e08bc8728f8674bae0266bc236b16933edb3559ac746b3b9af9d638
|
||||
checksum=f86c91d555b6f2084d66b964a61f731ea6f0fa3a33ea58ed9e389056b78706ae
|
||||
nocross=yes
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in New Issue