aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ngrok.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-03-16 08:33:51 +0000
committerMike McQuaid2014-05-07 21:42:36 +0100
commitb39918e04bb59abcd544a6cd895822f8d7ecce7c (patch)
tree543cc2a601dcfa41a39cb3d92670603e20270b64 /Library/Formula/ngrok.rb
parent857a66aca13b64dc9b5b51b696659b0bcb0dcf9a (diff)
downloadhomebrew-b39918e04bb59abcd544a6cd895822f8d7ecce7c.tar.bz2
ngrok: add 1.6 bottle.
Closes #27598. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/ngrok.rb')
-rw-r--r--Library/Formula/ngrok.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/ngrok.rb b/Library/Formula/ngrok.rb
index c7cbb7576..3a4775d1c 100644
--- a/Library/Formula/ngrok.rb
+++ b/Library/Formula/ngrok.rb
@@ -7,6 +7,12 @@ class Ngrok < Formula
head "https://github.com/inconshreveable/ngrok.git", :branch => "master"
+ bottle do
+ sha1 "b6160dc85cbaccb43a739e3dea2a7b493c41aed1" => :mavericks
+ sha1 "420811e92bcf7155164f1d4ac2d5a9768376765e" => :mountain_lion
+ sha1 "5374c93b860377dab5e9349957bf26085c73614e" => :lion
+ end
+
depends_on "bazaar" => :build
depends_on "go" => :build
depends_on :hg => :build