Date: Saturday, May 9, 2020 @ 16:55:22 Author: maximbaz Revision: 626010
upgpkg: ripgrep 12.1.0-1 Modified: ripgrep/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-09 16:55:19 UTC (rev 626009) +++ PKGBUILD 2020-05-09 16:55:22 UTC (rev 626010) @@ -1,7 +1,8 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> +# Maintainer: Maxim Baz <$pkgname at maximbaz dot com> # Contributor: Andrew Gallant <[email protected]> pkgname=ripgrep -pkgver=12.0.1 +pkgver=12.1.0 pkgrel=1 pkgdesc="A search tool that combines the usability of ag with the raw speed of grep" arch=('x86_64') @@ -10,7 +11,7 @@ depends=('gcc-libs' 'pcre2') makedepends=('cargo' 'asciidoc') source=("$pkgname-$pkgver.tar.gz::https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz") -sha512sums=('2f05a60585e522ac900103c31990032429c6652647efc022ee0ff401019a4dc75614b6e0ac0779736398fe067bc326b3ec97e166fb5a58d09765f9b145414b4b') +sha512sums=('083603f4d65ab83d541eeac3573b400b4009bb1ec04e2bbfe4c6b6172c251cd43418f9ab73d0f0fdaf32c813ba7ba9f89cfd5f51e1b2907c2f63fbf9531b031b') build() { cd "$pkgname-$pkgver"
