Skip to content

Commit 1988b10

Browse files
authored
Merge pull request Homebrew#201528 from Homebrew/bump-wasmer-5.0.4
wasmer 5.0.4
2 parents 7871f5f + 2707d62 commit 1988b10

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/w/wasmer.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Wasmer < Formula
22
desc "Universal WebAssembly Runtime"
33
homepage "https://wasmer.io"
4-
url "https://github.com/wasmerio/wasmer/archive/refs/tags/v5.0.3.tar.gz"
5-
sha256 "703e7a3efda6119f4992848948108d25770c9d399f5611583a7d350c295dc6dd"
4+
url "https://github.com/wasmerio/wasmer/archive/refs/tags/v5.0.4.tar.gz"
5+
sha256 "e6f0df11dd4647fa3d9177ed298a6e3afd2b5be6ea4494c00c2074c90681ad27"
66
license "MIT"
77
head "https://github.com/wasmerio/wasmer.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "70dcdf9676308d6ab3a3a8d4805570ae4d7939e399f397a5b0a127331a292c03"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "45095043827de5f79ff7d19360538a1eded437eaa776a0d2ca2dda28599c6df9"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "1fa37f5282c8d37b53a64ccf7c424830284e35d632de8642720f1656636f830f"
13-
sha256 cellar: :any_skip_relocation, sonoma: "c0849273332b4520eca3ff7d761a6362e9aace0b3642b5299929d503a0af22da"
14-
sha256 cellar: :any_skip_relocation, ventura: "7eede044e62a96c1e6d34a8c417de4d5586c0e49758b58e05f031fd558aa6d89"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "904e4a22136c9ce9c7cf16d131afb4fa860ff3d946bb5a905dcad33271911700"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "89f25d4cb160f60a678467186f8f3fa976e719a5fe8f182fbf6b2a5378913b7f"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cb97327d68246373e10b5a0ece1b66cac378792dbbf6e3b14ebf711bf7bbba6d"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "b3341355501e7df25fd235ff3cc2a3252289d633392d6c56a9bfedb382e80d0d"
13+
sha256 cellar: :any_skip_relocation, sonoma: "da5932717fcdee30e592d4c14f2ce65006d79b589e45eab05ff49e53dd6de68a"
14+
sha256 cellar: :any_skip_relocation, ventura: "7d993db18105f30d565f03711fa36f82acfa24ee49a270f616f850ce9b09b65c"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ab947b74b03cba811ca9125af5ee6826904cef1507d138b18c8acfa3112cddd8"
1616
end
1717

1818
depends_on "cmake" => :build

0 commit comments

Comments
 (0)