[arch-commits] Commit in ripgrep/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Mon Oct 31 16:30:19 UTC 2016
Date: Monday, October 31, 2016 @ 16:30:18
Author: svenstaro
Revision: 194153
upgpkg: ripgrep 0.2.5-1
upstream release 0.2.5
Modified:
ripgrep/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-31 13:48:24 UTC (rev 194152)
+++ PKGBUILD 2016-10-31 16:30:18 UTC (rev 194153)
@@ -1,7 +1,7 @@
# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
# Contributor: Andrew Gallant <jamslam at gmail.com>
pkgname=ripgrep
-pkgver=0.2.3
+pkgver=0.2.5
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=('a88531558d2023df76190ea2e52bee50d739eabece8a57df29abbad0c6bdb917')
+sha256sums=('2e535701ed4c36875a29041b4a47629af514182177b82d681a8e4d0fed4a9767')
build() {
cd "$pkgname-$pkgver"
More information about the arch-commits
mailing list