aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2016-03-23 20:30:15 +0000
committerXu Cheng2016-03-26 14:50:10 +0800
commit81dc7316a629924c7b58d63855c654af1cc9ed3a (patch)
tree6ecf6213d18ac4d7eb815194f2922b60c9a76949 /Library
parentffc00f483641a30aeea6cec27a5bb9680256b0ae (diff)
downloadbrew-81dc7316a629924c7b58d63855c654af1cc9ed3a.tar.bz2
ngrok: add to blacklist
Closes Homebrew/homebrew#50364. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/blacklist.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb
index 21b36f1e1..1b6401e27 100644
--- a/Library/Homebrew/blacklist.rb
+++ b/Library/Homebrew/blacklist.rb
@@ -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