Skip to content

Commit 199b707

Browse files
authored
Merge pull request #261295 from Homebrew/bump-wasi-libc-29
wasi-libc 29
2 parents 75ecd34 + 2f2fbb4 commit 199b707

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Formula/w/wasi-libc.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ class WasiLibc < Formula
99
head "https://github.com/WebAssembly/wasi-libc.git", branch: "main"
1010

1111
stable do
12-
url "https://github.com/WebAssembly/wasi-libc/archive/refs/tags/wasi-sdk-28.tar.gz"
13-
sha256 "6f0b2e533ba09617c1f65496e5537806e1a7b0a34d4939f7dbb659ff30857b38"
12+
url "https://github.com/WebAssembly/wasi-libc/archive/refs/tags/wasi-sdk-29.tar.gz"
13+
sha256 "d511de1f556521041b0811c6fb9c3e175d9a527bce5ade9ca31ab79b0941823c"
1414

1515
resource "WASI" do
1616
# Check the commit hash of `tools/wasi-headers/WASI` from the commit of the tag above.
@@ -20,8 +20,7 @@ class WasiLibc < Formula
2020
end
2121

2222
bottle do
23-
rebuild 1
24-
sha256 cellar: :any_skip_relocation, all: "a529c0735dbb8a0650b31e03540ce34aa2821efba92b1b032e15e47a662fe5d9"
23+
sha256 cellar: :any_skip_relocation, all: "e5019f0f9e847b3b1eabbfb77e7d76a809c9668d3e7d318df270102c21fd1106"
2524
end
2625

2726
depends_on "llvm" => [:build, :test]

0 commit comments

Comments
 (0)