[arch-commits] Commit in ripgrep/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Mon May 15 15:36:21 UTC 2017
Date: Monday, May 15, 2017 @ 15:36:20
Author: svenstaro
Revision: 228121
upgpkg: ripgrep 0.5.2-1
Modified:
ripgrep/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-05-15 15:30:35 UTC (rev 228120)
+++ PKGBUILD 2017-05-15 15:36:20 UTC (rev 228121)
@@ -1,7 +1,7 @@
# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
# Contributor: Andrew Gallant <jamslam at gmail.com>
pkgname=ripgrep
-pkgver=0.5.1
+pkgver=0.5.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")
-sha512sums=('20efefbf0e5c5ae95434cdf2dc0e0d45956291a9705614e02cee4e316c1e1e2394dd81ba46f7eff5e67f4447c86f935006f42ff55a2ddc60ef095a10a77184a3')
+sha512sums=('3945560f26d920a11cef9a82ebe777e8bd1fe0761b1c62bfaddaa6628f6b66f7b33253442f8f444e3f6d36847202e6c19dd082e98ce56f41e3aa27bd411118d8')
build() {
cd "$pkgname-$pkgver"
More information about the arch-commits
mailing list