makedeb


ripgrep-all-bin 0.10.6-2


ripgrep-all is a command-line tool that wraps ripgrep and lets you search through everything all at once.

Click here to go back to the commit logs for ripgrep-all-bin.

Commit:


Hash: 9731ba1b148e5ba40a9fde72ea3df419d1c07e96

Message: v0.10.6

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 70133e1..d8aa017 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,12 +3,12 @@ pkgname = ripgrep-all-bin
 pkgbase = ripgrep-all-bin
 pkgdesc = ripgrep-all is a command-line tool that wraps ripgrep and lets you search through everything all at once.
 pkgrel = 2
-pkgver = 0.9.6
+pkgver = 0.10.6
 url = https://github.com/phiresky/ripgrep-all
 arch = amd64
 conflicts = ripgrep-all
 depends = ripgrep
 license = MIT
 provides = ripgrep-all
-source = https://github.com/phiresky/ripgrep-all/releases/download/v0.9.6/ripgrep_all-v0.9.6-x86_64-unknown-linux-musl.tar.gz
-sha256sums = 464acf27bab0c46591fccc49c49817a30a852aeee1ef7a0c25a2c84e17036a74
+source = https://github.com/phiresky/ripgrep-all/releases/download/v0.10.6/ripgrep_all-v0.10.6-x86_64-unknown-linux-musl.tar.gz
+sha256sums = aa7b201078aab21d3c53de671ab448ac5a7c1b445fcf3474c27264ceae03b3ef
diff --git a/PKGBUILD b/PKGBUILD
index 283eac3..08b0278 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
 pkgname=ripgrep-all-bin
-pkgver=0.9.6
+pkgver=0.10.6
 pkgrel=2
 pkgdesc="ripgrep-all is a command-line tool that wraps ripgrep and lets you search through everything all at once."
 arch=('amd64')
@@ -13,9 +13,7 @@ extensions=('zipman')
 source=(
   "https://github.com/phiresky/ripgrep-all/releases/download/v${pkgver}/ripgrep_all-v${pkgver}-x86_64-unknown-linux-musl.tar.gz"
 )
-sha256sums=(
-  '464acf27bab0c46591fccc49c49817a30a852aeee1ef7a0c25a2c84e17036a74'
-)
+sha256sums=('aa7b201078aab21d3c53de671ab448ac5a7c1b445fcf3474c27264ceae03b3ef')
 
 package() {
   cd "${srcdir}/ripgrep_all-v${pkgver}-x86_64-unknown-linux-musl"