Skip to content

Commit

Permalink
emscripten 1.21.0
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#30820.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
bmurr authored and jacknagel committed Jul 11, 2014
1 parent 8306f67 commit 517e003
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Formula/emscripten.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

class Emscripten < Formula
homepage "http://emscripten.org"
url "https://github.com/kripken/emscripten/archive/1.20.0.tar.gz"
sha1 "9a739dc963219f7c4ab70395ac21854e472457a6"
url "https://github.com/kripken/emscripten/archive/1.21.0.tar.gz"
sha1 "88967d336b50de17a4333e736b4ed3db67b7ea50"

head "https://github.com/kripken/emscripten.git", :branch => "incoming"

Expand All @@ -25,13 +25,13 @@ class Emscripten < Formula

stable do
resource "fastcomp" do
url "https://github.com/kripken/emscripten-fastcomp/archive/1.16.0.tar.gz"
sha1 "ca10c5a8059fdd321143d8f10c0810176be3d467"
url "https://github.com/kripken/emscripten-fastcomp/archive/1.21.0.tar.gz"
sha1 "d468ca3ea4b3ed02b3e20ba86b781f028c2514b0"
end

resource "fastcomp-clang" do
url "https://github.com/kripken/emscripten-fastcomp-clang/archive/1.16.0.tar.gz"
sha1 "768a15d3a8cd9e92f87521cadf3e5f63f3e24fa1"
url "https://github.com/kripken/emscripten-fastcomp-clang/archive/1.21.0.tar.gz"
sha1 "7974f7cc0646534fd226ae447b962a11d77a7c03"
end
end

Expand Down

0 comments on commit 517e003

Please sign in to comment.