git » ripgrep.git » commit d7fd906

upstream release 0.3.1

author Sven-Hendrik Haase
2016-11-22 08:52:56 UTC
committer Sven-Hendrik Haase
2016-11-22 08:52:56 UTC
parent 19c108d664c5f76a37774be138e09878d9e7aeb4

upstream release 0.3.1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 39f6885..ec5d973 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.3.0
+pkgver=0.3.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=('f86c91d555b6f2084d66b964a61f731ea6f0fa3a33ea58ed9e389056b78706ae')
+sha256sums=('08618425de89bdcd84f17a3bbf71a2d00a787de1f196e048059c01969065154e')
 
 build() {
   cd "$pkgname-$pkgver"