summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-01-14 00:05:05 -0500
committerAndrew Gallant <jamslam@gmail.com>2017-01-14 00:05:05 -0500
commitf26e0f088f23803617734ec7cb76350498aa4a95 (patch)
tree843e0695ed31d5c8778b53a7b02024aadcd1995a /pkg
parent057ed6305ab536b619b92b07903aaa8b17ccadef (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 71c38de3..03b5b127 100644
--- a/pkg/brew/ripgrep-bin.rb
+++ b/pkg/brew/ripgrep-bin.rb
@@ -1,9 +1,9 @@
class RipgrepBin < Formula
- version '0.3.2'
+ version '0.4.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 "05869abe67104822d29081f12e31e3e90c29cac60ee50546387b17e9be45739c"
+ sha256 "6ac71251909227f8ef7eda27d3080c954843f3665b81e455362c90b2a9c4734a"
conflicts_with "ripgrep"