From e61589ff8254dc5d50f336c6475cf80be30061bd Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 21 Nov 2016 13:39:22 +0100 Subject: [PATCH] ripgrep: update to 0.3.0. --- srcpkgs/ripgrep/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ripgrep/template b/srcpkgs/ripgrep/template index 44e03b9411b..0f19955e94b 100644 --- a/srcpkgs/ripgrep/template +++ b/srcpkgs/ripgrep/template @@ -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 " 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() {