summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-03-13 06:50:45 -0400
committerAndrew Gallant <jamslam@gmail.com>2017-03-13 06:50:45 -0400
commit75f1855a91ca00b5d0e62740595b1b91bc5142a2 (patch)
tree440711cfa2b925e3801de3525330ed4b9b7fd86a /pkg
parentfd9870d668bbdfe0c0ed9f4cb6596be94b80a6fe (diff)
Fix brew tap sha256 sum.
Fixes #407
Diffstat (limited to 'pkg')
-rw-r--r--pkg/brew/ripgrep-bin.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/brew/ripgrep-bin.rb b/pkg/brew/ripgrep-bin.rb
index 86c6a269..b61df15e 100644
--- a/pkg/brew/ripgrep-bin.rb
+++ b/pkg/brew/ripgrep-bin.rb
@@ -3,7 +3,7 @@ class RipgrepBin < Formula
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 "efdc64456fc64910c2998b25c402aac2ff17caf1507e8bcca4584b429ef7f7ae"
+ sha256 "5bfa8872c4f2a5d010ddec1c213d518056e62d4dd3b3f23a0ef099b85343dbdd"
conflicts_with "ripgrep"