Date: Tuesday, September 27, 2016 @ 02:17:48
  Author: svenstaro
Revision: 190634

upgpkg: ripgrep 0.2.1-1

upstream release 0.2.1

Modified:
  ripgrep/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-09-26 22:29:44 UTC (rev 190633)
+++ PKGBUILD    2016-09-27 02:17:48 UTC (rev 190634)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase <[email protected]>
 # Contributor: Andrew Gallant <[email protected]>
 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 @@
 depends=('gcc-libs')
 makedepends=('cargo')
 source=("https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz";)
-sha256sums=('919ce5641432ce26d05b3925a9b43ea8cd91ca3da560ae2e2e62862e6a41845f')
+sha256sums=('372ccd0a93c98e9f3cc51644a9c52d1d8437ecb8b0e2908b33df9a46ca7b9ee2')
 
 build() {
   cd "$pkgname-$pkgver"

Reply via email to