[arch-commits] Commit in ripgrep/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Tue Oct 11 21:05:52 UTC 2016
Date: Tuesday, October 11, 2016 @ 21:05:51
Author: svenstaro
Revision: 191962
upgpkg: ripgrep 0.2.2-1
upstream release 0.2.2
Modified:
ripgrep/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-11 18:22:10 UTC (rev 191961)
+++ PKGBUILD 2016-10-11 21:05:51 UTC (rev 191962)
@@ -1,7 +1,7 @@
# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
# Contributor: Andrew Gallant <jamslam at gmail.com>
pkgname=ripgrep
-pkgver=0.2.1
+pkgver=0.2.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=('372ccd0a93c98e9f3cc51644a9c52d1d8437ecb8b0e2908b33df9a46ca7b9ee2')
+sha256sums=('a1282a022bbe217dfc274ffafee2f50298fec641239dd954b0f7f5767b56916b')
build() {
cd "$pkgname-$pkgver"
More information about the arch-commits
mailing list