Date: Monday, November 21, 2016 @ 07:35:57 Author: svenstaro Revision: 196413
upgpkg: ripgrep 0.3.0-1 upstream release 0.3.0 Modified: ripgrep/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-21 07:34:06 UTC (rev 196412) +++ PKGBUILD 2016-11-21 07:35:57 UTC (rev 196413) @@ -1,7 +1,7 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> # Contributor: Andrew Gallant <[email protected]> pkgname=ripgrep -pkgver=0.2.9 +pkgver=0.3.0 pkgrel=1 pkgdesc="A search tool that combines the usability of ag with the raw speed of grep" arch=('i686' 'x86_64') @@ -10,7 +10,7 @@ depends=('gcc-libs') makedepends=('cargo') source=("https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz") -sha256sums=('508d6cab8e08bc8728f8674bae0266bc236b16933edb3559ac746b3b9af9d638') +sha256sums=('f86c91d555b6f2084d66b964a61f731ea6f0fa3a33ea58ed9e389056b78706ae') build() { cd "$pkgname-$pkgver"
