git » ripgrep.git » commit 0b794c3

upstream release 0.2.2

author Sven-Hendrik Haase
2016-10-11 21:05:51 UTC
committer Sven-Hendrik Haase
2016-10-11 21:05:51 UTC
parent 190008cf925aff8fbfab4ababc4e6f9c260c69bb

upstream release 0.2.2

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 6cf72ce..73abe6c 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.1
+pkgver=0.2.2
 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=('372ccd0a93c98e9f3cc51644a9c52d1d8437ecb8b0e2908b33df9a46ca7b9ee2')
+sha256sums=('a1282a022bbe217dfc274ffafee2f50298fec641239dd954b0f7f5767b56916b')
 
 build() {
   cd "$pkgname-$pkgver"