git » ripgrep.git » commit 7ab4ee6

upstream release 0.2.5

author Sven-Hendrik Haase
2016-10-31 16:30:18 UTC
committer Sven-Hendrik Haase
2016-10-31 16:30:18 UTC
parent 942f7696538c3db07115bf9ae1d0634d0efff975

upstream release 0.2.5

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 2685c1a..0b37675 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.3
+pkgver=0.2.5
 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=('a88531558d2023df76190ea2e52bee50d739eabece8a57df29abbad0c6bdb917')
+sha256sums=('2e535701ed4c36875a29041b4a47629af514182177b82d681a8e4d0fed4a9767')
 
 build() {
   cd "$pkgname-$pkgver"