We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e1945 commit 1aec4b1Copy full SHA for 1aec4b1
pkg/brew/ripgrep-bin.rb
@@ -1,9 +1,9 @@
1
class RipgrepBin < Formula
2
- version '0.7.0'
+ version '0.7.1'
3
desc "Search tool like grep and The Silver Searcher."
4
homepage "https://github.com/BurntSushi/ripgrep"
5
url "https://github.com/BurntSushi/ripgrep/releases/download/#{version}/ripgrep-#{version}-x86_64-apple-darwin.tar.gz"
6
- sha256 "ef5e76acde453bed774cecaeef8dbd96652d616d957ec1763d450c6f6d9e1d0d"
+ sha256 "ee670b0fba46323ee9a2d1c5b8bee46fa3e45778f6f105f2e8e9ee29e8bd0d45"
7
8
conflicts_with "ripgrep"
9
0 commit comments