git » ripgrep.git » commit 235dbec

upgpkg: 12.1.1-1

author Maxim Baz
2020-06-01 11:07:01 UTC
committer Maxim Baz
2020-06-01 11:07:01 UTC
parent 69605497d7f0299d547f8c5e5b2a4e9cc2de1aa0

upgpkg: 12.1.1-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 7311b1c..09d9584 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 # Contributor: Andrew Gallant <jamslam@gmail.com>
 pkgname=ripgrep
-pkgver=12.1.0
+pkgver=12.1.1
 pkgrel=1
 pkgdesc="A search tool that combines the usability of ag with the raw speed of grep"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT' 'custom')
 depends=('gcc-libs' 'pcre2')
 makedepends=('cargo' 'asciidoctor')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz")
-sha512sums=('083603f4d65ab83d541eeac3573b400b4009bb1ec04e2bbfe4c6b6172c251cd43418f9ab73d0f0fdaf32c813ba7ba9f89cfd5f51e1b2907c2f63fbf9531b031b')
+sha512sums=('9e2a16043be6c7727d49a44f6db7fdb41413efc869139186729985ff86dee5c6531c663352f4019b730eb3a6c46f26d46df3738d4a0cbbc39ab773f320eb9e59')
 
 build() {
   cd "$pkgname-$pkgver"