Skip to content

Commit

Permalink
Merge pull request #201120 from Homebrew/bump-emscripten-3.1.74
Browse files Browse the repository at this point in the history
emscripten 3.1.74
  • Loading branch information
BrewTestBot authored Dec 14, 2024
2 parents b1f6e2e + d6f9b73 commit 9c7b3fb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Formula/e/emscripten.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class Emscripten < Formula
homepage "https://emscripten.org/"
# To automate fetching the required resource revisions, you can use this helper script:
# https://gist.github.com/carlocab/2db1d7245fa0cd3e92e01fe37b164021
url "https://github.com/emscripten-core/emscripten/archive/refs/tags/3.1.73.tar.gz"
sha256 "c33773298a06cb860795ac52ead4b8e511a871ca965d7c0826a109a383446ce7"
url "https://github.com/emscripten-core/emscripten/archive/refs/tags/3.1.74.tar.gz"
sha256 "07bc112871a4992a9e4bac5131f2f28554e47f826adeca40943144b159ddb700"
license all_of: [
"Apache-2.0", # binaryen
"Apache-2.0" => { with: "LLVM-exception" }, # llvm
Expand All @@ -18,12 +18,12 @@ class Emscripten < Formula
end

bottle do
sha256 cellar: :any, arm64_sequoia: "3a7553b17cc4d1d104dd12079586ec8a910a36efd0ce8c0336b7fefa057433a0"
sha256 cellar: :any, arm64_sonoma: "7b8176ab6865b8056c157fac5d6333b82336ee1e7fe35f4150c701dca066aa7e"
sha256 cellar: :any, arm64_ventura: "9c1ce3c8efd97140b89111a135a5520ca473d798f2dfa5fb979402da01d057d1"
sha256 cellar: :any, sonoma: "22506c8f3f79250104eb9f0dddbcbdd14207cb7fc20e465dcfbae063d579e189"
sha256 cellar: :any, ventura: "9741b0532481dd478c4e4733d86e95e2ca6888ed8aa1d44e2bb5137da66970bd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c3edd17ec7a305c272ad0c7cbcd1ac125453a00512979dbd56ab3d930ee52f84"
sha256 cellar: :any, arm64_sequoia: "aa5970ff7ede9e0411a6694f6e77f0aceebfbf87de851db281f68d0b780c660b"
sha256 cellar: :any, arm64_sonoma: "7109e8d69ee500aae75f3a1e1f61a79029fce5bf76fb05c46b478424747dc6fb"
sha256 cellar: :any, arm64_ventura: "d45a49dc7adca5f59aacb098a5a0bfdb559f3319121f7938baaa25befbf27540"
sha256 cellar: :any, sonoma: "ab04f5e5adf2fdad97b93bbe38305ad6d3c808f3b5125a189487a985cb905aa9"
sha256 cellar: :any, ventura: "cd38d2cd2c71c6883476b4b2a6af5215d0d9125d31f62eac1e1ce9377b08cab8"
sha256 cellar: :any_skip_relocation, x86_64_linux: "bcd9c7050a68949a7dd5ffdfba0e234114e5d3658645922cdc0c110ce54335b9"
end

depends_on "cmake" => :build
Expand Down Expand Up @@ -64,16 +64,16 @@ class Emscripten < Formula
# Then use the listed binaryen_revision for the revision below.
resource "binaryen" do
url "https://github.com/WebAssembly/binaryen.git",
revision: "b1c5a007f3986c11916e8ac4a84c41c01d5e04bb"
revision: "52bc45fc34ec6868400216074744147e9d922685"
end

# emscripten does not support using the stable version of LLVM.
# https://github.com/emscripten-core/emscripten/issues/11362
# See binaryen resource above for instructions on how to update this.
# Then use the listed llvm_project_revision for the tarball below.
resource "llvm" do
url "https://github.com/llvm/llvm-project/archive/1d810ece2b2c8fab77720493864257f0ea3336a9.tar.gz"
sha256 "86509e1ac282c9474358a355b859f833f719088e143a2a47d8bb547b1b74778c"
url "https://github.com/llvm/llvm-project/archive/322eb1a92e6d4266184060346616fa0dbe39e731.tar.gz"
sha256 "528b7a7324343a3241ec211c5fb2c3c0fa56208107969f7deb4e9462bccd25a4"
end

def install
Expand Down

0 comments on commit 9c7b3fb

Please sign in to comment.