ripgrep-all: add 0.9.3 bottle.
This commit is contained in:
parent
c871cea1ca
commit
06767db82d
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ class RipgrepAll < Formula
|
|||
sha256 "06259e7c1734a9246c2d113bf5e914f4d418e53c201efc697bfc041a713fbef3"
|
||||
head "https://github.com/phiresky/ripgrep-all.git"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "2e12ab8408a5477ade1faae0d4ff52feba1d62fa83c468d2013e3f4e3381f098" => :mojave
|
||||
sha256 "0647dbf099bec9e929e6dad6988a129116b784623c8da8caa1ebd7f284b62912" => :high_sierra
|
||||
sha256 "a705783f96e33d80f13fd67f53c4b11be3cce0ec1049cdadb53814941ac3035c" => :sierra
|
||||
end
|
||||
|
||||
depends_on "rust" => :build
|
||||
depends_on "ripgrep"
|
||||
|
||||
|
|
Loading…
Reference in a new issue