emscripten 1.33.0

Closes Homebrew/homebrew#40218.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
Michael Bradshaw 2015-05-30 09:57:13 -07:00 committed by Baptiste Fontaine
parent dafef44a6e
commit 2d86996eba

View file

@ -1,7 +1,7 @@
class Emscripten < Formula
homepage "https://kripken.github.io/emscripten-site/"
url "https://github.com/kripken/emscripten/archive/1.32.4.tar.gz"
sha256 "ddb75dc20cc77d93ed83f2a2c5b7ed220b5bc8d02bdfcdbbbdd95c31cab48266"
url "https://github.com/kripken/emscripten/archive/1.33.0.tar.gz"
sha256 "ff88d80d61c94f289c5020d714dfa872c018ea9ba0e8577e0d5708335375f5f4"
bottle do
sha256 "858d9cde97970986d0a42fe90de44d12fcc191ae7b0ccb457f1c952aea7dd36b" => :yosemite
@ -23,13 +23,13 @@ class Emscripten < Formula
stable do
resource "fastcomp" do
url "https://github.com/kripken/emscripten-fastcomp/archive/1.32.4.tar.gz"
sha256 "5b29c3f6cb43563762d5b130c506bc5b77b1f57130ef5edbd6e7c48bf5b349fa"
url "https://github.com/kripken/emscripten-fastcomp/archive/1.33.0.tar.gz"
sha256 "6adddb55afdd05fccedd9c82455701afcdaf5a7803ccc685a5e246df9a9890cb"
end
resource "fastcomp-clang" do
url "https://github.com/kripken/emscripten-fastcomp-clang/archive/1.32.4.tar.gz"
sha256 "98d10934d44c66ec610454cd6df0e03c83d975a52dfdb593da91da51073d541b"
url "https://github.com/kripken/emscripten-fastcomp-clang/archive/1.33.0.tar.gz"
sha256 "f935cdd46a5189147e4a2028a73fe7a2006d7dd47f86f2783c874021c1a02cac"
end
end