git » ripgrep.git » commit e9b4413

upgpkg: 11.0.1-1

author Sven-Hendrik Haase
2019-04-16 21:46:18 UTC
committer Sven-Hendrik Haase
2019-04-16 21:46:18 UTC
parent 55782baee507f7c868baacf4b951ae9e79eb3ee9

upgpkg: 11.0.1-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 8165c2d..bd7c16a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
 # Contributor: Andrew Gallant <jamslam@gmail.com>
 pkgname=ripgrep
-pkgver=11.0.0
+pkgver=11.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=('eac60b34f8b352bdadee2add697a2f1049894bae258cec71289c828fdd2f58ec1ea91b0e08c92b35702ac730b74fed97ed10e4f4f76a93fe64867688f14d11f4')
+sha512sums=('73d3bf0c18d5a1289f31e3b330a9980d05f7e692a354d8ae1657d1636cfa49c4b76370f15f6df6e5f38e83ee9b3d49507f9da5439af545652fe276096a92a83f')
 
 build() {
   cd "$pkgname-$pkgver"