git » ripgrep.git » commit fe076e5

upgpkg: 12.0.1-1

author Sven-Hendrik Haase
2020-03-30 07:46:12 UTC
committer Sven-Hendrik Haase
2020-03-30 07:46:12 UTC
parent 29056579e22f9d98171dfebc219e0ee5f622a627

upgpkg: 12.0.1-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index f0cb8a4..7e79c86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase <svenstaro@gmail.com>
 # Contributor: Andrew Gallant <jamslam@gmail.com>
 pkgname=ripgrep
-pkgver=12.0.0
+pkgver=12.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 @@ 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=('8c663ac328c528916e46f7c94a6b248c5f572feb2d7d012692b5640f2b5931b8a2d44e3638ea2a1ac9f48f7ec8154b4329fd96218ff84c178705a2c46c04458d')
+sha512sums=('2f05a60585e522ac900103c31990032429c6652647efc022ee0ff401019a4dc75614b6e0ac0779736398fe067bc326b3ec97e166fb5a58d09765f9b145414b4b')
 
 build() {
   cd "$pkgname-$pkgver"