[arch-commits] Commit in ripgrep/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Sep 26 04:55:19 UTC 2016


    Date: Monday, September 26, 2016 @ 04:55:19
  Author: svenstaro
Revision: 190572

upgpkg: ripgrep 0.2.0-1

upstream release 0.2.0

Modified:
  ripgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-26 02:47:40 UTC (rev 190571)
+++ PKGBUILD	2016-09-26 04:55:19 UTC (rev 190572)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 # Contributor: Andrew Gallant <jamslam at gmail.com>
 pkgname=ripgrep
-pkgver=0.1.17
+pkgver=0.2.0
 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=('b558b6650bfa9cf0fd0fa58a8617cafc7c819ee25a26d15ca2ce39979dd18a18')
+sha256sums=('919ce5641432ce26d05b3925a9b43ea8cd91ca3da560ae2e2e62862e6a41845f')
 
 build() {
   cd "$pkgname-$pkgver"



More information about the arch-commits mailing list