From e86d3d95c2de788818c0673622043542b3e8f06d Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Fri, 3 Aug 2018 17:04:36 -0400 Subject: [PATCH] pkg: update brew tap to 0.9.0 --- pkg/brew/ripgrep-bin.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/brew/ripgrep-bin.rb b/pkg/brew/ripgrep-bin.rb index 3dc617bb..9fe1c35e 100644 --- a/pkg/brew/ripgrep-bin.rb +++ b/pkg/brew/ripgrep-bin.rb @@ -1,14 +1,14 @@ class RipgrepBin < Formula - version '0.8.1' + version '0.9.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 "71f8d2907b473e5fc30159b822b0f1de247634ee292d5cc3fa1bb80222e0f613" + sha256 "36003ea8b62ad6274dc14140039f448cdf5026827d53cf24dad2d84005557a8c" elsif OS.linux? url "https://github.com/BurntSushi/ripgrep/releases/download/#{version}/ripgrep-#{version}-x86_64-unknown-linux-musl.tar.gz" - sha256 "08b1aa1440a23a88c94cff41a860340ecf38e9108817aff30ff778c00c63eb76" + sha256 "2eb4443e58f95051ff76ea036ed1faf940d5a04af4e7ff5a7dbd74576b907e99" end conflicts_with "ripgrep"