Skip to content
Snippets Groups Projects
Commit 81dc7316 authored by Dominyk Tiller's avatar Dominyk Tiller Committed by Xu Cheng
Browse files

ngrok: add to blacklist


Closes Homebrew/homebrew#50364.

Signed-off-by: default avatarDominyk Tiller <dominyktiller@gmail.com>
parent ffc00f48
No related branches found
No related tags found
No related merge requests found
......@@ -90,5 +90,15 @@ def blacklisted?(name)
when "mysqldump-secure" then <<-EOS.undent
The creator of mysqldump-secure tried to game our popularity metrics.
EOS
when "ngrok" then <<-EOS.undent
Upstream sunsetted 1.x in March 2016 and 2.x is not open-source.
If you wish to use the 2.x release you can install it
either via Homebrew:
brew install homebrew/binary/ngrok2
Or via the Cask:
brew cask install ngrok
EOS
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment