summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorphiresky2019-06-15 12:29:38 +0200
committerphiresky2019-06-15 12:29:38 +0200
commit23cade1d30edee998e3aff057ecccf988da7f9ff (patch)
tree8dad461b24aa42c673193b282f6a837b796cacdf
parent1b72a8506ece95eae0ffd4419883785277e56084 (diff)
downloadaur-23cade1d30edee998e3aff057ecccf988da7f9ff.tar.gz
0.8.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a97f2e891a8d..ff4f918ce9da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ripgrep-all
pkgdesc = rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.
- pkgver = 0.8.8
+ pkgver = 0.8.9
pkgrel = 1
url = https://github.com/phiresky/ripgrep-all
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = ripgrep-all
depends = pandoc
depends = poppler
depends = ffmpeg
- source = https://github.com/phiresky/ripgrep-all/releases/download/0.8.8/ripgrep_all-0.8.8-x86_64-unknown-linux-musl.tar.gz
- sha1sums = e9208c6542029d426a74802415be3754e5093256
+ source = https://github.com/phiresky/ripgrep-all/releases/download/0.8.9/ripgrep_all-0.8.9-x86_64-unknown-linux-musl.tar.gz
+ sha1sums = e23085ee9b01f55169dade64f531b3dc139c8d0c
pkgname = ripgrep-all
diff --git a/PKGBUILD b/PKGBUILD
index d574bdb98fd4..baca934afdde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: phiresky <phireskyde+aur@gmail.com>
pkgname=ripgrep-all
-pkgver=0.8.8
+pkgver=0.8.9
pkgrel=1
arch=(x86_64)
pkgdesc="rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc."
@@ -10,7 +10,7 @@ license=('AGPL3')
depends=('ripgrep' 'pandoc' 'poppler' 'ffmpeg')
archivename="ripgrep_all-${pkgver}-${arch}-unknown-linux-musl"
source=("https://github.com/phiresky/ripgrep-all/releases/download/${pkgver}/${archivename}.tar.gz")
-sha1sums=('e9208c6542029d426a74802415be3754e5093256')
+sha1sums=('e23085ee9b01f55169dade64f531b3dc139c8d0c')
package() {
cd "$srcdir/$archivename"