diff options
| author | Dominyk Tiller | 2016-03-23 20:11:16 +0000 |
|---|---|---|
| committer | Xu Cheng | 2016-03-26 14:50:10 +0800 |
| commit | ffc00f483641a30aeea6cec27a5bb9680256b0ae (patch) | |
| tree | 270f903a922498709f4716d74e4ed3f1851f585a /Library | |
| parent | b896629da40177a1a9c6c0c6ed05889110fef817 (diff) | |
| download | brew-ffc00f483641a30aeea6cec27a5bb9680256b0ae.tar.bz2 | |
ngrok: boneyard
ngrok 1.x has been sunset by upstream. It no longer functions for non-authenticated
users and as of April 4th will stop working entirely.
Upstream has also clarified there are no plans or intentions to make 2.x
open-source, which means we cannot carry that upgrade in core Homebrew, partially
for legal reasons.
If you wish to use the closed-source 2.x release you can still install it
via Homebrew in a couple of ways:
You can either `brew install homebrew/binary/ngrok2`
OR:
You can install it via the Caskroom, with `brew cask install ngrok`.
Closes Homebrew/homebrew#49432.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 135631313..55ed88b51 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -149,6 +149,7 @@ TAP_MIGRATIONS = { "mysqlreport" => "homebrew/boneyard", "net6" => "homebrew/boneyard", "newick-utils" => "homebrew/science", + "ngrok" => "homebrew/boneyard", "nlopt" => "homebrew/science", "ntfs-3g" => "homebrew/fuse", "octave" => "homebrew/science", |
