git » ripgrep.git » commit e826fc8

upgpkg: 12.1.0-1

author Maxim Baz
2020-05-09 16:55:22 UTC
committer Maxim Baz
2020-05-09 16:55:22 UTC
parent fe076e5c4d1af07b5a705700c27624729ff0eb39

upgpkg: 12.1.0-1

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index 7e79c86..8f60133 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
 # Maintainer: Sven-Hendrik Haase <svenstaro@gmail.com>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 # Contributor: Andrew Gallant <jamslam@gmail.com>
 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 @@ license=('MIT' 'custom')
 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"