From ffc00f483641a30aeea6cec27a5bb9680256b0ae Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Wed, 23 Mar 2016 20:11:16 +0000 Subject: 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. --- Library/Homebrew/tap_migrations.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') 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", -- cgit v1.2.3