emscripten 1.36.1
Closes #290. Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
parent
6451e80344
commit
e680e271db
1 changed files with 6 additions and 6 deletions
|
@ -3,17 +3,17 @@ class Emscripten < Formula
|
|||
homepage "https://kripken.github.io/emscripten-site/"
|
||||
|
||||
stable do
|
||||
url "https://github.com/kripken/emscripten/archive/1.35.23.tar.gz"
|
||||
sha256 "66b176203f82a52f511ffa1a47baa9d6a033b61dc5486b4034655912d8224c38"
|
||||
url "https://github.com/kripken/emscripten/archive/1.36.1.tar.gz"
|
||||
sha256 "e0d098e78b8e0a11b3ac1719ff46b03edd32d41122184380596b572c41fc5f1e"
|
||||
|
||||
resource "fastcomp" do
|
||||
url "https://github.com/kripken/emscripten-fastcomp/archive/1.35.23.tar.gz"
|
||||
sha256 "89901c882684f6ff3745b15a5994c77ec2df6a957f4525d786e14c0bd6165e20"
|
||||
url "https://github.com/kripken/emscripten-fastcomp/archive/1.36.1.tar.gz"
|
||||
sha256 "050134995da9d011fe128b61335f62424e3acbc769b78992d767733cfc9ff0d5"
|
||||
end
|
||||
|
||||
resource "fastcomp-clang" do
|
||||
url "https://github.com/kripken/emscripten-fastcomp-clang/archive/1.35.23.tar.gz"
|
||||
sha256 "cb39e052177b1461f7404d4d0601e0276982e847cc5054c813ed48d5e0ed082d"
|
||||
url "https://github.com/kripken/emscripten-fastcomp-clang/archive/1.36.1.tar.gz"
|
||||
sha256 "645496a61f725b5023b44970078d642b675a8469e0cd6a1e757f90a8d11724db"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue