git » ripgrep.git » commit 9e61201

upstream release 0.2.6

author Sven-Hendrik Haase
2016-11-05 05:54:16 UTC
committer Sven-Hendrik Haase
2016-11-05 05:54:16 UTC
parent 7ab4ee6d1a42cdc1a80975072329b8f2b4d85e33

upstream release 0.2.6

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 0b37675..ddcb6d0 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.5
+pkgver=0.2.6
 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=('2e535701ed4c36875a29041b4a47629af514182177b82d681a8e4d0fed4a9767')
+sha256sums=('6170e5866b49759401e912bd59ffe5a764ee501a6056396f7a3c9f131a75af65')
 
 build() {
   cd "$pkgname-$pkgver"