summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-04-15 18:32:10 -0400
committerAndrew Gallant <jamslam@gmail.com>2019-04-15 18:32:10 -0400
commitd03e30707e4d93ae23970045fcdcd1e6ca40882c (patch)
tree788c5305254f0faacf97b184e5373e6b3f5afcc4
parentd7f57d9aabf90967c9b4374f2e22485b57993f00 (diff)
pkg: update brew tap to 11.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 258aae79..1a370914 100644
--- a/pkg/brew/ripgrep-bin.rb
+++ b/pkg/brew/ripgrep-bin.rb
@@ -1,14 +1,14 @@
class RipgrepBin < Formula
- version '0.10.0'
+ version '11.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 "32754b4173ac87a7bfffd436d601a49362676eb1841ab33440f2f49c002c8967"
+ sha256 "c886bacd6c594520d88ccf7460009ae9e59935d05ea077878849fec1d2d21c81"
elsif OS.linux?
url "https://github.com/BurntSushi/ripgrep/releases/download/#{version}/ripgrep-#{version}-x86_64-unknown-linux-musl.tar.gz"
- sha256 "c76080aa807a339b44139885d77d15ad60ab8cdd2c2fdaf345d0985625bc0f97"
+ sha256 "b356d40687362d9a9042bd2acfec5c120a01bd1037c1f1a655685f2d71f7d219"
end
conflicts_with "ripgrep"