Date: Friday, November 11, 2016 @ 17:13:42 Author: svenstaro Revision: 195374
upgpkg: ripgrep 0.2.9-1 upstream release 0.2.9 Modified: ripgrep/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-11 16:32:59 UTC (rev 195373) +++ PKGBUILD 2016-11-11 17:13:42 UTC (rev 195374) @@ -1,7 +1,7 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> # Contributor: Andrew Gallant <[email protected]> pkgname=ripgrep -pkgver=0.2.6 +pkgver=0.2.9 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=('6170e5866b49759401e912bd59ffe5a764ee501a6056396f7a3c9f131a75af65') +sha256sums=('508d6cab8e08bc8728f8674bae0266bc236b16933edb3559ac746b3b9af9d638') build() { cd "$pkgname-$pkgver"
