Skip to content

Commit fe94934

Browse files
authored
Merge pull request #231556 from Homebrew/bump-wasm-micro-runtime-2.4.1
wasm-micro-runtime 2.4.1
2 parents d02a74f + 603a8b9 commit fe94934

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/w/wasm-micro-runtime.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class WasmMicroRuntime < Formula
22
desc "WebAssembly Micro Runtime (WAMR)"
33
homepage "https://github.com/bytecodealliance/wasm-micro-runtime"
4-
url "https://github.com/bytecodealliance/wasm-micro-runtime/archive/refs/tags/WAMR-2.4.0.tar.gz"
5-
sha256 "5b4700834689721290664ea260f891a8a494d7634cb4a55eea88cfd6c0b737d0"
4+
url "https://github.com/bytecodealliance/wasm-micro-runtime/archive/refs/tags/WAMR-2.4.1.tar.gz"
5+
sha256 "f36650ef534f8bc138ed38385d46cfa5d053fb5696f799a9c783b62418ba726b"
66
license "Apache-2.0" => { with: "LLVM-exception" }
77
head "https://github.com/bytecodealliance/wasm-micro-runtime.git", branch: "main"
88

@@ -15,13 +15,13 @@ class WasmMicroRuntime < Formula
1515
end
1616

1717
bottle do
18-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4f2f1777d817ba68c9b278a5e0fdc436aa2e59e7942794c690bfbd0757de5f48"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "54ea7ffa49a139fea1b886d8a697a9081bdc28e9caf005ee6ffac97794287812"
20-
sha256 cellar: :any_skip_relocation, arm64_ventura: "cc326a7701ba2041f95869407ca67508724fa9a5b8866097c525d6e388c4c0f4"
21-
sha256 cellar: :any_skip_relocation, sonoma: "fde0fa682a21cc8034f1161c6f2f288d5a23495339fc431a5d125ae7e3320336"
22-
sha256 cellar: :any_skip_relocation, ventura: "655238f41072addc52591c42e5d5cc1975635d9ba70081d73532f78b7ddde31b"
23-
sha256 cellar: :any_skip_relocation, arm64_linux: "d215f33717ac086c527bcb6e118907ad95426ea132b88f7b9867724d73d72171"
24-
sha256 cellar: :any_skip_relocation, x86_64_linux: "dab5002319d92fbea29cc0fce32f13176140479ce1aa799574a4fcec1a114bc2"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e29908e37224bc325795967a940219396bc4b3531577538ca6c2d7ca67431377"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "dbd2ec205b620a18150fdd279196c2e06bee8e5a3c798da42794c86b287d1a3f"
20+
sha256 cellar: :any_skip_relocation, arm64_ventura: "18d20c76e65880203488374303f966a2670a845e578beb4dcc637e58be0f5479"
21+
sha256 cellar: :any_skip_relocation, sonoma: "e2958500c4506395d2ec662c7492faafa449729c118f296b6596e991053a5c7b"
22+
sha256 cellar: :any_skip_relocation, ventura: "65b3c423facc824fcc567a537bfde2d8e7cf569a394daff37cb3589ab9df0720"
23+
sha256 cellar: :any_skip_relocation, arm64_linux: "a0064daa64a46e2700be21c0e1de688b355e704811352bc987ddc38766669e0c"
24+
sha256 cellar: :any_skip_relocation, x86_64_linux: "46e1121d56bafdaebb2617b1a7c4ce5a71ac99e726debe971b3f3ded2b619543"
2525
end
2626

2727
depends_on "cmake" => :build

0 commit comments

Comments
 (0)