Date: Sunday, January 15, 2017 @ 22:18:59 Author: svenstaro Revision: 207508
upgpkg: ripgrep 0.4.0-1 upstream release 0.4.0 Modified: ripgrep/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-15 22:18:22 UTC (rev 207507) +++ PKGBUILD 2017-01-15 22:18:59 UTC (rev 207508) @@ -1,7 +1,7 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> # Contributor: Andrew Gallant <[email protected]> pkgname=ripgrep -pkgver=0.3.2 +pkgver=0.4.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=('aea775c9ead5ee2b10b7cdebdb9387f5d6a400b96e5bfe26ccec7e44dd666617') +sha512sums=('86178144f14042a9b68e515ee31ada9aa24ae633f9529cf710458bcfc8f02f0670845188f29543a9ac2155c1afd107e395e57b948703ad369194783f49b18a0f') build() { cd "$pkgname-$pkgver"
