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

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Nov 11 17:13:42 UTC 2016


    Date: Friday, November 11, 2016 @ 17:13:42
  Author: svenstaro
Revision: 195374

upgpkg: ripgrep 0.2.9-1

upstream release 0.2.9

Modified:
  ripgrep/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-11 16:32:59 UTC (rev 195373)
+++ PKGBUILD	2016-11-11 17:13:42 UTC (rev 195374)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 # Contributor: Andrew Gallant <jamslam at gmail.com>
 pkgname=ripgrep
-pkgver=0.2.6
+pkgver=0.2.9
 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=('6170e5866b49759401e912bd59ffe5a764ee501a6056396f7a3c9f131a75af65')
+sha256sums=('508d6cab8e08bc8728f8674bae0266bc236b16933edb3559ac746b3b9af9d638')
 
 build() {
   cd "$pkgname-$pkgver"



More information about the arch-commits mailing list