summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-04-09 10:28:22 -0400
committerAndrew Gallant <jamslam@gmail.com>2017-04-09 10:28:22 -0400
commita45fe9424081f27fdc749036dd964f8de21672dd (patch)
tree89cedc918ee0a12cef4990b153b0285a08c5e2d5 /pkg
parentac1c95a6d977c8d56aea51c3cf129128ff8cda89 (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 b61df15e..6f0d760d 100644
--- a/pkg/brew/ripgrep-bin.rb
+++ b/pkg/brew/ripgrep-bin.rb
@@ -1,9 +1,9 @@
class RipgrepBin < Formula
- version '0.5.0'
+ version '0.5.1'
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 "5bfa8872c4f2a5d010ddec1c213d518056e62d4dd3b3f23a0ef099b85343dbdd"
+ sha256 "517e40823f151ceb85840c8f147206360ee093aecbe96de20be4c2d5517d51ca"
conflicts_with "ripgrep"