summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-08-23 22:04:16 -0400
committerAndrew Gallant <jamslam@gmail.com>2017-08-23 22:04:16 -0400
commit3d323928a07cd563f08d0ae52f7911141b6de0bf (patch)
tree1486202d7c4e1ecf0fdaf659774344f655038e25 /pkg
parent8b6a3bc858e0f6b93eb3824ed17909cfd6bccf5c (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 12f471b9..3f85fe56 100644
--- a/pkg/brew/ripgrep-bin.rb
+++ b/pkg/brew/ripgrep-bin.rb
@@ -1,9 +1,9 @@
class RipgrepBin < Formula
- version '0.5.2'
+ version '0.6.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 "a0326a84af8517ad707d8c7cccba6e112de27822c391cc0937e4727fbb6c48f4"
+ sha256 "2aeffe25322f886bcd846ac15b6574dc769865fb44b28a9b0c356f3004019685"
conflicts_with "ripgrep"