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

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Dec 8 04:08:40 UTC 2016


    Date: Thursday, December 8, 2016 @ 04:08:39
  Author: svenstaro
Revision: 198439

upgpkg: ripgrep 0.3.2-1

upstream release 0.3.2

Modified:
  ripgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-07 21:32:33 UTC (rev 198438)
+++ PKGBUILD	2016-12-08 04:08:39 UTC (rev 198439)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 # Contributor: Andrew Gallant <jamslam at gmail.com>
 pkgname=ripgrep
-pkgver=0.3.1
+pkgver=0.3.2
 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=('08618425de89bdcd84f17a3bbf71a2d00a787de1f196e048059c01969065154e')
+sha256sums=('aea775c9ead5ee2b10b7cdebdb9387f5d6a400b96e5bfe26ccec7e44dd666617')
 
 build() {
   cd "$pkgname-$pkgver"



More information about the arch-commits mailing list