Date: Saturday, November 5, 2016 @ 05:54:16 Author: svenstaro Revision: 194679
upgpkg: ripgrep 0.2.6-1 upstream release 0.2.6 Modified: ripgrep/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-05 05:49:09 UTC (rev 194678) +++ PKGBUILD 2016-11-05 05:54:16 UTC (rev 194679) @@ -1,7 +1,7 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> # Contributor: Andrew Gallant <[email protected]> pkgname=ripgrep -pkgver=0.2.5 +pkgver=0.2.6 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=('2e535701ed4c36875a29041b4a47629af514182177b82d681a8e4d0fed4a9767') +sha256sums=('6170e5866b49759401e912bd59ffe5a764ee501a6056396f7a3c9f131a75af65') build() { cd "$pkgname-$pkgver"
