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

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Oct 13 15:08:02 UTC 2016


    Date: Thursday, October 13, 2016 @ 15:08:01
  Author: svenstaro
Revision: 192184

upgpkg: ripgrep 0.2.3-1

upstream release 0.2.3

Modified:
  ripgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-13 15:05:35 UTC (rev 192183)
+++ PKGBUILD	2016-10-13 15:08:01 UTC (rev 192184)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 # Contributor: Andrew Gallant <jamslam at gmail.com>
 pkgname=ripgrep
-pkgver=0.2.2
+pkgver=0.2.3
 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=('a1282a022bbe217dfc274ffafee2f50298fec641239dd954b0f7f5767b56916b')
+sha256sums=('a88531558d2023df76190ea2e52bee50d739eabece8a57df29abbad0c6bdb917')
 
 build() {
   cd "$pkgname-$pkgver"



More information about the arch-commits mailing list