update brew tap to 0.5.0

This commit is contained in:
Andrew Gallant 2017-03-12 22:55:59 -04:00
parent 78847b65c8
commit a3a2708067

View File

@ -1,9 +1,9 @@
class RipgrepBin < Formula class RipgrepBin < Formula
version '0.4.0' version '0.5.0'
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/releases/download/#{version}/ripgrep-#{version}-x86_64-apple-darwin.tar.gz" url "https://github.com/BurntSushi/ripgrep/releases/download/#{version}/ripgrep-#{version}-x86_64-apple-darwin.tar.gz"
sha256 "6ac71251909227f8ef7eda27d3080c954843f3665b81e455362c90b2a9c4734a" sha256 "efdc64456fc64910c2998b25c402aac2ff17caf1507e8bcca4584b429ef7f7ae"
conflicts_with "ripgrep" conflicts_with "ripgrep"