Skip to content

Commit bf40457

Browse files
authored
Merge pull request #235938 from Homebrew/bump-wasm-tools-1.238.1
wasm-tools 1.238.1
2 parents 1d48b0a + 397624e commit bf40457

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/w/wasm-tools.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class WasmTools < Formula
22
desc "Low level tooling for WebAssembly in Rust"
33
homepage "https://github.com/bytecodealliance/wasm-tools"
4-
url "https://github.com/bytecodealliance/wasm-tools/archive/refs/tags/v1.238.0.tar.gz"
5-
sha256 "eaab6b59c75e875b8bf82b89dd74878d0b78abb06696dc08bce91163d2a1d274"
4+
url "https://github.com/bytecodealliance/wasm-tools/archive/refs/tags/v1.238.1.tar.gz"
5+
sha256 "5035a6c4ffe63fe8267a6cdd23d884a322a7a9400ef8ff4ef2387c6d2d690433"
66
license "Apache-2.0" => { with: "LLVM-exception" }
77
head "https://github.com/bytecodealliance/wasm-tools.git", branch: "main"
88

@@ -12,13 +12,13 @@ class WasmTools < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ee657e592101b9f1edae2679df875179e5a473b317c31d7eea508fcef1f39cd6"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "22e4f1e2d7f0e8ffa3c6430d0face1ae596781c47c6ffc5225215400c83ba106"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "e071dc7f96c47e7af5774394c9b2ddc8bd927f2f1925f65717ffcf78163393c7"
18-
sha256 cellar: :any_skip_relocation, sonoma: "53e6a1d3dd8454ae4a7f28c6bce8b6db0a6b0103e9edd923206dd9c038b480bd"
19-
sha256 cellar: :any_skip_relocation, ventura: "7db06963c8998941bfa5a7a04ad9eadd4b21e17be6dde94529093bc9777c49a7"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "cbdbc1ef6385ed687f71b463572da14d51cc9f68759c5ae44f1276b05cd9311d"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "5e13905034700d9a2574fae1b784934347c1866531e87c750ecff150bf7e9491"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "140b7486b7af83a774b40e109249ffa4515c58a969420feb120538aab56fd20e"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fd443731d337953daea9e9edb42f8cfec9738f52412294e4622330d243cf3fc7"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "3316a0ce61667a4936892b52fed8ab6d745c48a988a682943e9b314c848ae883"
18+
sha256 cellar: :any_skip_relocation, sonoma: "75ac0c8b84aa0472ee50500feba835f5c650e2eabeb36367f2ab5f5904eb0bd7"
19+
sha256 cellar: :any_skip_relocation, ventura: "c9878638a223887211a5100d00e7357735f31139c4c081992523a0ffc11e84d9"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "e1d9a2d6a89e1bf5b298da96eccdb72ac6aa8a2c41018db101d2d12f18fdfef7"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "422d50e4295805bdef96fc783380f8ecb4a860886ed0e550a5e1ed09567fb10a"
2222
end
2323

2424
depends_on "rust" => :build

0 commit comments

Comments
 (0)