summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-03-15 22:10:08 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-03-15 22:10:08 -0400
commitbf1027a83ed3b467d0121d981f2b9ad5ac76d4f0 (patch)
tree339bda784e8da1d3978a5e1577786557350cd709
parent031264e5fb44da11f5aadc63d01468fdbd62a190 (diff)
pkg: update brew tap to 12.0.0
-rw-r--r--pkg/brew/ripgrep-bin.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/brew/ripgrep-bin.rb b/pkg/brew/ripgrep-bin.rb
index 5490c9d3..83407d64 100644
--- a/pkg/brew/ripgrep-bin.rb
+++ b/pkg/brew/ripgrep-bin.rb
@@ -1,14 +1,14 @@
class RipgrepBin < Formula
- version '11.0.2'
+ version '12.0.0'
desc "Recursively search directories for a regex pattern."
homepage "https://github.com/BurntSushi/ripgrep"
if OS.mac?
url "https://github.com/BurntSushi/ripgrep/releases/download/#{version}/ripgrep-#{version}-x86_64-apple-darwin.tar.gz"
- sha256 "0ba26423691deedf2649b12b1abe3d2be294ee1cb17c40b68fe85efe194f4f57"
+ sha256 "ebbc518ac019fc78b6429ec2e64b823c59b15a6f942436f43b9afc23c9aad9ea"
elsif OS.linux?
url "https://github.com/BurntSushi/ripgrep/releases/download/#{version}/ripgrep-#{version}-x86_64-unknown-linux-musl.tar.gz"
- sha256 "2e7978e346553fbc45c0940d9fa11e12f9afbae8213b261aad19b698150e169a"
+ sha256 "ab3c8b4b030102d8fcdde62d3467ea5219e65aa3b42d268e85e9d1c14624149a"
end
conflicts_with "ripgrep"