Date: Monday, March 13, 2017 @ 13:19:01 Author: svenstaro Revision: 216084
upgpkg: ripgrep 0.5.0-1 upstream release 0.5.0 Modified: ripgrep/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-13 13:13:56 UTC (rev 216083) +++ PKGBUILD 2017-03-13 13:19:01 UTC (rev 216084) @@ -1,8 +1,8 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> # Contributor: Andrew Gallant <[email protected]> pkgname=ripgrep -pkgver=0.4.0 -pkgrel=2 +pkgver=0.5.0 +pkgrel=1 pkgdesc="A search tool that combines the usability of ag with the raw speed of grep" arch=('i686' 'x86_64') url="https://github.com/BurntSushi/ripgrep" @@ -10,7 +10,7 @@ depends=('gcc-libs') makedepends=('cargo') source=("https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz") -sha512sums=('86178144f14042a9b68e515ee31ada9aa24ae633f9529cf710458bcfc8f02f0670845188f29543a9ac2155c1afd107e395e57b948703ad369194783f49b18a0f') +sha512sums=('924e7907daf719732f888c296ea8b110db77e144cd3f7858070aca44fba93d09731d9097dd7201a851f0581ced0f0d58a7ffef6aa7c998298834170661d80256') build() { cd "$pkgname-$pkgver"
