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

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Oct 22 22:30:46 UTC 2017


    Date: Sunday, October 22, 2017 @ 22:30:46
  Author: svenstaro
Revision: 264008

upgpkg: ripgrep 0.7.0-1

Modified:
  ripgrep/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-22 22:16:26 UTC (rev 264007)
+++ PKGBUILD	2017-10-22 22:30:46 UTC (rev 264008)
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 # Contributor: Andrew Gallant <jamslam at gmail.com>
 pkgname=ripgrep
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
 pkgdesc="A search tool that combines the usability of ag with the raw speed of grep"
 arch=('i686' 'x86_64')
 url="https://github.com/BurntSushi/ripgrep"
@@ -10,7 +10,7 @@
 depends=('gcc-libs')
 makedepends=('cargo')
 source=("https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz")
-sha512sums=('219ec95598c080ddeee65233d1abf58320662ef28681a25cdf9fb63fd38bdb149c75471625545188dcd1deedf05fd58fc32e25cf39fd63943f765c57394ede23')
+sha512sums=('339abff8c6a273b9b18af37f30a37a7fc102ede2cbf3d7ba03c87738fb76891975ea8e1c2ff848ca4ea92f46c84041af1e35fb1b163c5c7a192a904d164075cc')
 
 build() {
   cd "$pkgname-$pkgver"



More information about the arch-commits mailing list