summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-10-22 11:15:11 -0400
committerAndrew Gallant <jamslam@gmail.com>2017-10-22 11:15:11 -0400
commit1aec4b11231ccb7de92e3008408e4d06a714d106 (patch)
treea1a50e862c2344546108dd75bcf50ce08a5e7df5 /pkg
parentc4e194538472de2cd74664a9a016b9c25c0e800b (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 b316e506..f41b17b4 100644
--- a/pkg/brew/ripgrep-bin.rb
+++ b/pkg/brew/ripgrep-bin.rb
@@ -1,9 +1,9 @@
class RipgrepBin < Formula
- version '0.7.0'
+ version '0.7.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 "ef5e76acde453bed774cecaeef8dbd96652d616d957ec1763d450c6f6d9e1d0d"
+ sha256 "ee670b0fba46323ee9a2d1c5b8bee46fa3e45778f6f105f2e8e9ee29e8bd0d45"
conflicts_with "ripgrep"