ripgrep: update to 0.3.0.
This commit is contained in:
parent
e33e23a076
commit
e61589ff82
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ripgrep'
|
# Template file for 'ripgrep'
|
||||||
pkgname=ripgrep
|
pkgname=ripgrep
|
||||||
version=0.2.9
|
version=0.3.0
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="cargo rust"
|
hostmakedepends="cargo rust"
|
||||||
short_desc="Fast search tool inspired by ag and grep"
|
short_desc="Fast search tool inspired by ag and grep"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="Public Domain, MIT"
|
license="Public Domain, MIT"
|
||||||
homepage="https://github.com/BurntSushi/ripgrep/"
|
homepage="https://github.com/BurntSushi/ripgrep/"
|
||||||
distfiles="https://github.com/BurntSushi/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/BurntSushi/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=508d6cab8e08bc8728f8674bae0266bc236b16933edb3559ac746b3b9af9d638
|
checksum=f86c91d555b6f2084d66b964a61f731ea6f0fa3a33ea58ed9e389056b78706ae
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue