aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/emscripten.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/emscripten.rb')
-rw-r--r--Library/Formula/emscripten.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/emscripten.rb b/Library/Formula/emscripten.rb
index 595a44074..776cfb9ab 100644
--- a/Library/Formula/emscripten.rb
+++ b/Library/Formula/emscripten.rb
@@ -5,8 +5,6 @@ class Emscripten < Formula
url "https://github.com/kripken/emscripten/archive/1.22.1.tar.gz"
sha1 "af45e93a6815392f91a26213f69b9d5121136c60"
- head "https://github.com/kripken/emscripten.git", :branch => "incoming"
-
bottle do
sha1 "64644afd5fe3f6e1c88f28d962f69e13d346cb25" => :mavericks
sha1 "e384a5b9b0d90926e64a96f0ebef26ecec76b729" => :mountain_lion
@@ -14,6 +12,8 @@ class Emscripten < Formula
end
head do
+ url "https://github.com/kripken/emscripten.git", :branch => "incoming"
+
resource "fastcomp" do
url "https://github.com/kripken/emscripten-fastcomp.git", :branch => "incoming"
end