ripgrep 0.2.3 (update)
Closes #5923. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
cf129a3322
commit
9a16f67a0c
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Ripgrep < Formula
|
class Ripgrep < Formula
|
||||||
desc "Search tool like grep and The Silver Searcher."
|
desc "Search tool like grep and The Silver Searcher."
|
||||||
homepage "https://github.com/BurntSushi/ripgrep"
|
homepage "https://github.com/BurntSushi/ripgrep"
|
||||||
url "https://github.com/BurntSushi/ripgrep/archive/0.2.1.tar.gz"
|
url "https://github.com/BurntSushi/ripgrep/archive/0.2.3.tar.gz"
|
||||||
sha256 "372ccd0a93c98e9f3cc51644a9c52d1d8437ecb8b0e2908b33df9a46ca7b9ee2"
|
sha256 "a88531558d2023df76190ea2e52bee50d739eabece8a57df29abbad0c6bdb917"
|
||||||
head "https://github.com/BurntSushi/ripgrep.git"
|
head "https://github.com/BurntSushi/ripgrep.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue