summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-11-20 19:55:40 -0500
committerAndrew Gallant <jamslam@gmail.com>2016-11-20 19:55:40 -0500
commit0428bd1bece58db02c3f47c7c6249d274ea48903 (patch)
tree6c99324c5ddfbab899481c679ba82ede13016844 /pkg
parent7f3e7d2faa411be799c3a37a405fd3d2264fa2eb (diff)
update brew tap
Diffstat (limited to 'pkg')
-rw-r--r--pkg/brew/ripgrep-bin.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/brew/ripgrep-bin.rb b/pkg/brew/ripgrep-bin.rb
index b8127ac6..83303477 100644
--- a/pkg/brew/ripgrep-bin.rb
+++ b/pkg/brew/ripgrep-bin.rb
@@ -1,9 +1,9 @@
class RipgrepBin < Formula
- version '0.2.8'
+ version '0.3.0'
desc "Search tool like grep and The Silver Searcher."
homepage "https://github.com/BurntSushi/ripgrep"
url "https://github.com/BurntSushi/ripgrep/releases/download/#{version}/ripgrep-#{version}-x86_64-apple-darwin.tar.gz"
- sha256 "349aba7561028e869932bae8fd27cd5ce45a68f47f05d426d6701a50a8474aa0"
+ sha256 "a177195e31a6687e1b0141cbb93bb2fc915a49c4bca26d7094a8144ebdfb3a69"
conflicts_with "ripgrep"