Skip to content

Commit 416c789

Browse files
BrewTestBotbevanjkay
authored andcommitted
emscripten 4.0.11
1 parent ae1ce3c commit 416c789

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/e/emscripten.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Emscripten < Formula
22
desc "LLVM bytecode to JavaScript compiler"
33
homepage "https://emscripten.org/"
4-
url "https://github.com/emscripten-core/emscripten/archive/refs/tags/4.0.10.tar.gz"
5-
sha256 "dc1493ccc207bf6743f9cc97163c4b7671fbd9e22bec9f79fdc000a0edc774fe"
4+
url "https://github.com/emscripten-core/emscripten/archive/refs/tags/4.0.11.tar.gz"
5+
sha256 "aecfc5df27141d5fb6dd2d4853d8cff0f7719fac4edea34ea7786a6a86d6ecf5"
66
license all_of: [
77
"Apache-2.0", # binaryen
88
"Apache-2.0" => { with: "LLVM-exception" }, # llvm
@@ -63,9 +63,9 @@ class Emscripten < Formula
6363
# https://chromium.googlesource.com/emscripten-releases/+/<commit>/DEPS
6464
# Then use the listed binaryen_revision for the revision below.
6565
resource "binaryen" do
66-
url "https://github.com/WebAssembly/binaryen/archive/8c82b6884483315011541e4519afdcb7fd46df68.tar.gz"
67-
version "8c82b6884483315011541e4519afdcb7fd46df68"
68-
sha256 "7ab7ffe0dabbefe121ab4234a11d2ab04ff45827df050a0ab8b1cdc66465cbaf"
66+
url "https://github.com/WebAssembly/binaryen/archive/fc29e302e6708e71cc0a0058fcf4aee97140a750.tar.gz"
67+
version "fc29e302e6708e71cc0a0058fcf4aee97140a750"
68+
sha256 "aaea58bcfaa4ce311da642a708ec9a126e9b561c5191a182a41ccb5fa7acc0e5"
6969

7070
livecheck do
7171
url "https://raw.githubusercontent.com/emscripten-core/emsdk/refs/tags/#{LATEST_VERSION}/emscripten-releases-tags.json"
@@ -89,9 +89,9 @@ class Emscripten < Formula
8989
# See binaryen resource above for instructions on how to update this.
9090
# Then use the listed llvm_project_revision for the tarball below.
9191
resource "llvm" do
92-
url "https://github.com/llvm/llvm-project/archive/8f7e57485ee73205e108d74abb5565d5c63beaca.tar.gz"
93-
version "8f7e57485ee73205e108d74abb5565d5c63beaca"
94-
sha256 "ea3bdec770d19962bc678ec290d47feab1c88943acd26837a60caf5285768482"
92+
url "https://github.com/llvm/llvm-project/archive/bf94c8ddb321696956365830bf23dd232ef90e74.tar.gz"
93+
version "bf94c8ddb321696956365830bf23dd232ef90e74"
94+
sha256 "473e8bd776bfd8bea3a0bdc6d1dba7c4c12f07cb1a30c488f096f0566bafe9ff"
9595

9696
livecheck do
9797
url "https://raw.githubusercontent.com/emscripten-core/emsdk/refs/tags/#{LATEST_VERSION}/emscripten-releases-tags.json"

0 commit comments

Comments
 (0)