Skip to content

Commit

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

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
jiegec authored and DomT4 committed Oct 20, 2015
1 parent 5dcb011 commit 2a69fe6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Formula/emscripten.rb
Expand Up @@ -3,17 +3,17 @@ class Emscripten < Formula
homepage "https://kripken.github.io/emscripten-site/"

stable do
url "https://github.com/kripken/emscripten/archive/1.34.12.tar.gz"
sha256 "f2f7d666a02896640350fb0610f06d99cd88d9b71e205f501d554a1f598bc029"
url "https://github.com/kripken/emscripten/archive/1.35.0.tar.gz"
sha256 "d9e84330ad97be018e5015e9cc6ecf3423d438f6a1a73f7ad359d4d1e8afa4b3"

resource "fastcomp" do
url "https://github.com/kripken/emscripten-fastcomp/archive/1.34.12.tar.gz"
sha256 "14e2b7d5e9896cd823680aec9420e201ae1c242aa918d1552ca5685fa738d7cd"
url "https://github.com/kripken/emscripten-fastcomp/archive/1.35.0.tar.gz"
sha256 "e70aec0e821f2c0a00cb59219f48e279d85f38b1f749ba479d0d2edd6bb066c5"
end

resource "fastcomp-clang" do
url "https://github.com/kripken/emscripten-fastcomp-clang/archive/1.34.12.tar.gz"
sha256 "6b1ff1d4f5e02a4d73eb103bb2eac0be77f1534e2278d300319fea7bec465eed"
url "https://github.com/kripken/emscripten-fastcomp-clang/archive/1.35.0.tar.gz"
sha256 "dc9b33f88124806b95648dec8b0b60b1520c7b52779471559e06e12630c8eb32"
end
end

Expand Down

0 comments on commit 2a69fe6

Please sign in to comment.