ripgrep: update to 0.9.0.

This commit is contained in:
maxice8 2018-08-03 22:10:31 -03:00
parent 67b0227115
commit 3eb8cce700

View file

@ -1,6 +1,6 @@
# Template file for 'ripgrep'
pkgname=ripgrep
version=0.8.1
version=0.9.0
revision=1
hostmakedepends="asciidoc 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=7035379fce0c1e32552e8ee528b92c3d01b8d3935ea31d26c51a73287be74bb3
checksum=871a24ad29a4c5b6d82f6049156db2662e6a9820cca6f361547b8ab8bc1be7ae
nocross=yes
do_build() {
@ -25,7 +25,7 @@ do_install() {
vlicense UNLICENSE
vinstall complete/_rg 0644 usr/share/zsh/site-functions
cd target/release/build/*/out
cd target/release/build/ripgrep-*/out
vman rg.1
vinstall rg.bash 0644 usr/share/bash-completion/completions rg
vinstall rg.fish 0644 usr/share/fish/completions