[arch-commits] Commit in ripgrep/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Fri Sep 7 20:07:50 UTC 2018
Date: Friday, September 7, 2018 @ 20:07:49
Author: svenstaro
Revision: 378660
upgpkg: ripgrep 0.10.0-1
Modified:
ripgrep/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-07 20:04:58 UTC (rev 378659)
+++ PKGBUILD 2018-09-07 20:07:49 UTC (rev 378660)
@@ -1,7 +1,7 @@
# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
# Contributor: Andrew Gallant <jamslam at gmail.com>
pkgname=ripgrep
-pkgver=0.9.0
+pkgver=0.10.0
pkgrel=1
pkgdesc="A search tool that combines the usability of ag with the raw speed of grep"
arch=('x86_64')
@@ -10,7 +10,7 @@
depends=('gcc-libs')
makedepends=('cargo' 'asciidoc')
source=("https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz")
-sha512sums=('0cf151ce4750e1d5fea0a00ec9a63ec344e670de80c624e1b58e9033173452e0759b16ab36fce4dc32d4c76cce8475e64b974dc5309e18771c0548732126a482')
+sha512sums=('bc193d269131823076fdb857f69a95c165e88848896379039218139136028e3705e09f1b9be33903e060c8cc37ad5b992ea70a05f6f01c6210bef535a35570c0')
build() {
cd "$pkgname-$pkgver"
More information about the arch-commits
mailing list