summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-22 21:43:51 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-22 21:43:51 -0400
commitd2f95f6e59aface5a0f3c41106f64d3b301ec9ef (patch)
tree5c6007c45d80df44f147bcfc6c6d682fcfddb445 /pkg
parent25c259112b25bf95a694a828c25e54c02232f6cc (diff)
bump PKGBUILD
Diffstat (limited to 'pkg')
-rw-r--r--pkg/archlinux/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/archlinux/PKGBUILD b/pkg/archlinux/PKGBUILD
index 3aea8d8c..c09eb669 100644
--- a/pkg/archlinux/PKGBUILD
+++ b/pkg/archlinux/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Andrew Gallant <jamslam@gmail.com>
# Maintainer: Andrew Gallant
pkgname=ripgrep
-pkgver=0.1.15
+pkgver=0.1.16
pkgrel=1
pkgdesc="A search tool that combines the usability of The Silver Searcher with the raw speed of grep."
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/BurntSushi/ripgrep"
license=('UNLICENSE')
makedepends=('cargo')
source=("https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('ced856378c4ca625e4798ccae85418badd22e099fc324bcb162df51824808622')
+sha256sums=('6f877018742c9a7557102ccebeedb40d7c779b470a5910a7bdab50ca2ce21532')
build() {
cd "$pkgname-$pkgver"