aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/libwebsockets.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libwebsockets.rb b/Library/Formula/libwebsockets.rb
index 46639d5c6..5abc40160 100644
--- a/Library/Formula/libwebsockets.rb
+++ b/Library/Formula/libwebsockets.rb
@@ -7,6 +7,13 @@ class Libwebsockets < Formula
sha1 '9dda683a342b16feb1cef183f89f9ed4474626f5'
head 'git://git.libwebsockets.org/libwebsockets'
+ bottle do
+ cellar :any
+ sha1 "c295450e05099c9cec0dd0e3a099f92d6ab8dc34" => :mavericks
+ sha1 "0648d6f48e80d5d3a484d4174628b0deec52a1b4" => :mountain_lion
+ sha1 "56b5ab3c2e876ee12f5955c37d3b06a175faccce" => :lion
+ end
+
depends_on 'cmake' => :build
def install