git » ripgrep.git » commit 190008c

upstream release 0.2.1

author Sven-Hendrik Haase
2016-09-27 02:17:48 UTC
committer Sven-Hendrik Haase
2016-09-27 02:17:48 UTC
parent 0cb411266e989b8639bf8768e19bc5c5f495c7e0

upstream release 0.2.1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 9216479..6cf72ce 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=0.2.0
+pkgver=0.2.1
 pkgrel=1
 pkgdesc="A search tool that combines the usability of ag with the raw speed of grep"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('MIT' 'UNLICENSE')
 depends=('gcc-libs')
 makedepends=('cargo')
 source=("https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('919ce5641432ce26d05b3925a9b43ea8cd91ca3da560ae2e2e62862e6a41845f')
+sha256sums=('372ccd0a93c98e9f3cc51644a9c52d1d8437ecb8b0e2908b33df9a46ca7b9ee2')
 
 build() {
   cd "$pkgname-$pkgver"