aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-05-08 09:52:56 +0100
committerMike McQuaid2014-06-07 15:03:07 +0100
commit3c00674db317693fce3acf6580de4b54bff6e9f5 (patch)
tree3a6de8e7f05f98a341d3aa13e82676d667a41a86 /Library
parentcc77fb0d12e7832529ab9a212126064968c634ea (diff)
downloadhomebrew-3c00674db317693fce3acf6580de4b54bff6e9f5.tar.bz2
emscripten: add 1.16.0 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/emscripten.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/emscripten.rb b/Library/Formula/emscripten.rb
index 494944555..0d58b7bd8 100644
--- a/Library/Formula/emscripten.rb
+++ b/Library/Formula/emscripten.rb
@@ -7,6 +7,12 @@ class Emscripten < Formula
head "https://github.com/kripken/emscripten.git", :branch => "incoming"
+ bottle do
+ sha1 "de4ec1922382233ae5162ebc722e41b5f70ebafd" => :mavericks
+ sha1 "49600712bee90639efc17eafb4be8d5c454aa073" => :mountain_lion
+ sha1 "ace690ca25a73913df158c5c5d94cb9df8aa9f32" => :lion
+ end
+
head do
resource "fastcomp" do
url "https://github.com/kripken/emscripten-fastcomp.git", :branch => "incoming"