summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-10-13 21:00:18 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-10-13 21:00:18 -0400
commitf694800768c47f3d71362fcac0a16e4814ee1a25 (patch)
tree1c4a5373a5558326dfcd947eafa211c0a0a2eff0 /pkg
parentbd1c9e94995b88be3ff324e3a8665b75b943f7b0 (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 736bcbf9..59f57cea 100644
--- a/pkg/brew/ripgrep-bin.rb
+++ b/pkg/brew/ripgrep-bin.rb
@@ -1,9 +1,9 @@
class RipgrepBin < Formula
- version '0.2.1'
+ version '0.2.3'
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 "f8b208239b988708da2e58f848a75bf70ad144e201b3ed99cd323cc5a699625f"
+ sha256 "7407555dfe040a2631a7efdd1eea62cf1d1c50e5a6ecf8ee82e0bef9d5f37298"
conflicts_with "ripgrep"