Date: Tuesday, April 16, 2019 @ 21:46:18 Author: svenstaro Revision: 451839
upgpkg: ripgrep 11.0.1-1 Modified: ripgrep/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-16 21:40:14 UTC (rev 451838) +++ PKGBUILD 2019-04-16 21:46:18 UTC (rev 451839) @@ -1,7 +1,7 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> # Contributor: Andrew Gallant <[email protected]> pkgname=ripgrep -pkgver=11.0.0 +pkgver=11.0.1 pkgrel=1 pkgdesc="A search tool that combines the usability of ag with the raw speed of grep" arch=('x86_64') @@ -10,7 +10,7 @@ depends=('gcc-libs' 'pcre2') makedepends=('cargo' 'asciidoc') source=("$pkgname-$pkgver.tar.gz::https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz") -sha512sums=('eac60b34f8b352bdadee2add697a2f1049894bae258cec71289c828fdd2f58ec1ea91b0e08c92b35702ac730b74fed97ed10e4f4f76a93fe64867688f14d11f4') +sha512sums=('73d3bf0c18d5a1289f31e3b330a9980d05f7e692a354d8ae1657d1636cfa49c4b76370f15f6df6e5f38e83ee9b3d49507f9da5439af545652fe276096a92a83f') build() { cd "$pkgname-$pkgver"
