summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-08-03 17:04:36 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-08-03 17:04:36 -0400
commite86d3d95c2de788818c0673622043542b3e8f06d (patch)
tree76e1ab494e8d2c423c1699dcf187c27ebd2fca1f
parent6799dcfc0ee63d741cd721c3311852a1b01449d8 (diff)
pkg: update brew tap to 0.9.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 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"