Date: Friday, August 2, 2019 @ 11:51:02 Author: svenstaro Revision: 497035
upgpkg: ripgrep 11.0.2-1 Modified: ripgrep/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-02 11:50:56 UTC (rev 497034) +++ PKGBUILD 2019-08-02 11:51:02 UTC (rev 497035) @@ -1,8 +1,8 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> # Contributor: Andrew Gallant <[email protected]> pkgname=ripgrep -pkgver=11.0.1 -pkgrel=2 +pkgver=11.0.2 +pkgrel=1 pkgdesc="A search tool that combines the usability of ag with the raw speed of grep" arch=('x86_64') url="https://github.com/BurntSushi/ripgrep" @@ -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=('73d3bf0c18d5a1289f31e3b330a9980d05f7e692a354d8ae1657d1636cfa49c4b76370f15f6df6e5f38e83ee9b3d49507f9da5439af545652fe276096a92a83f') +sha512sums=('62b5bcceac2ca4899e797799e67a8e45730f1bcb5115b48e9ebfe12d3b0e43921020f368e4328b0f5060ccdf0dedb8935857ece7126e05d9cbcca535cee68a92') build() { cd "$pkgname-$pkgver"
