emscripten 1.38.37
Closes #41376. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
abd78cc83d
commit
35878dab6a
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/emscripten-core/emscripten/archive/1.38.32.tar.gz"
|
||||
sha256 "5316ece4c1d4985ba52c085851cd31dd7c0bb958256a518b6095285b9b8764a2"
|
||||
url "https://github.com/emscripten-core/emscripten/archive/1.38.37.tar.gz"
|
||||
sha256 "77d4cb21019b5f00765c1dbbe2d2d71bc4b2678669087d38252ea76c4ca68d94"
|
||||
|
||||
resource "fastcomp" do
|
||||
url "https://github.com/emscripten-core/emscripten-fastcomp/archive/1.38.32.tar.gz"
|
||||
sha256 "dd40db854f2e777ced36c5723fe85f56d98227bfab23bf3b7161a8458f008704"
|
||||
url "https://github.com/emscripten-core/emscripten-fastcomp/archive/1.38.37.tar.gz"
|
||||
sha256 "c0328e7e25986878e7c087391768d2366895ab1bf45466bf41a1ad6c6dbdde7f"
|
||||
end
|
||||
|
||||
resource "fastcomp-clang" do
|
||||
url "https://github.com/emscripten-core/emscripten-fastcomp-clang/archive/1.38.32.tar.gz"
|
||||
sha256 "8efe76f26e73d2a0a5f479ca4f379a85b833480c7d5bb90e43f676630c78949f"
|
||||
url "https://github.com/emscripten-core/emscripten-fastcomp-clang/archive/1.38.37.tar.gz"
|
||||
sha256 "0007575eeba4625007e81dde07eae7fdac0a24b424cf99a1383fcc2bee43ab82"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue