diff options
author | Chloe Kudryavtsev <toast@toastin.space> | 2019-06-01 17:52:38 -0400 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-02 05:29:18 +0000 |
commit | 5294323d7438f2ad7561cfef6c219fb5ad3daa2c (patch) | |
tree | 94697a9f48add32983823f04fdea0679f3529902 | |
parent | 3eb64481ee42195b0c292225add2e826953f7785 (diff) | |
download | aports-5294323d7438f2ad7561cfef6c219fb5ad3daa2c.tar.bz2 aports-5294323d7438f2ad7561cfef6c219fb5ad3daa2c.tar.xz |
testing/ripgrep: upgrade to 11.0.1
Closes GH-8373
-rw-r--r-- | testing/ripgrep/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ripgrep/APKBUILD b/testing/ripgrep/APKBUILD index 315e19ff17..f2329d15c1 100644 --- a/testing/ripgrep/APKBUILD +++ b/testing/ripgrep/APKBUILD @@ -1,7 +1,7 @@ # Contributor: André Klitzing <aklitzing@gmail.com> # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=ripgrep -pkgver=11.0.0 +pkgver=11.0.1 pkgrel=0 pkgdesc="ripgrep combines the usability of The Silver Searcher with the raw speed of grep" url="https://github.com/BurntSushi/ripgrep" @@ -58,4 +58,4 @@ fishcomp() { "$subpkgdir/usr/share/fish/completions/rg.fish" } -sha512sums="eac60b34f8b352bdadee2add697a2f1049894bae258cec71289c828fdd2f58ec1ea91b0e08c92b35702ac730b74fed97ed10e4f4f76a93fe64867688f14d11f4 ripgrep-11.0.0.tar.gz" +sha512sums="73d3bf0c18d5a1289f31e3b330a9980d05f7e692a354d8ae1657d1636cfa49c4b76370f15f6df6e5f38e83ee9b3d49507f9da5439af545652fe276096a92a83f ripgrep-11.0.1.tar.gz" |