summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-22 20:33:48 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-22 20:33:48 -0400
commit8d202e4bcfb830abd81a62df9b8ef2aaff2157ae (patch)
tree43dd929b0af28fac8eee3e7b8670d01969f97d58 /pkg
parent14c194dbe1f6705781919c472d618b0d16390f17 (diff)
bump PKGBUILD to 0.1.15
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 c800e41d..3aea8d8c 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.14
+pkgver=0.1.15
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=('3bb74c9d7242c2249ae7dafcb74187df0f352a2f5c41300a9dbb8ca047661e2c')
+sha256sums=('ced856378c4ca625e4798ccae85418badd22e099fc324bcb162df51824808622')
build() {
cd "$pkgname-$pkgver"