Skip to content

Commit

Permalink
Merge pull request #201528 from Homebrew/bump-wasmer-5.0.4
Browse files Browse the repository at this point in the history
wasmer 5.0.4
  • Loading branch information
BrewTestBot authored Dec 17, 2024
2 parents 7871f5f + 2707d62 commit 1988b10
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/w/wasmer.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Wasmer < Formula
desc "Universal WebAssembly Runtime"
homepage "https://wasmer.io"
url "https://github.com/wasmerio/wasmer/archive/refs/tags/v5.0.3.tar.gz"
sha256 "703e7a3efda6119f4992848948108d25770c9d399f5611583a7d350c295dc6dd"
url "https://github.com/wasmerio/wasmer/archive/refs/tags/v5.0.4.tar.gz"
sha256 "e6f0df11dd4647fa3d9177ed298a6e3afd2b5be6ea4494c00c2074c90681ad27"
license "MIT"
head "https://github.com/wasmerio/wasmer.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "70dcdf9676308d6ab3a3a8d4805570ae4d7939e399f397a5b0a127331a292c03"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "45095043827de5f79ff7d19360538a1eded437eaa776a0d2ca2dda28599c6df9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1fa37f5282c8d37b53a64ccf7c424830284e35d632de8642720f1656636f830f"
sha256 cellar: :any_skip_relocation, sonoma: "c0849273332b4520eca3ff7d761a6362e9aace0b3642b5299929d503a0af22da"
sha256 cellar: :any_skip_relocation, ventura: "7eede044e62a96c1e6d34a8c417de4d5586c0e49758b58e05f031fd558aa6d89"
sha256 cellar: :any_skip_relocation, x86_64_linux: "904e4a22136c9ce9c7cf16d131afb4fa860ff3d946bb5a905dcad33271911700"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "89f25d4cb160f60a678467186f8f3fa976e719a5fe8f182fbf6b2a5378913b7f"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cb97327d68246373e10b5a0ece1b66cac378792dbbf6e3b14ebf711bf7bbba6d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b3341355501e7df25fd235ff3cc2a3252289d633392d6c56a9bfedb382e80d0d"
sha256 cellar: :any_skip_relocation, sonoma: "da5932717fcdee30e592d4c14f2ce65006d79b589e45eab05ff49e53dd6de68a"
sha256 cellar: :any_skip_relocation, ventura: "7d993db18105f30d565f03711fa36f82acfa24ee49a270f616f850ce9b09b65c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ab947b74b03cba811ca9125af5ee6826904cef1507d138b18c8acfa3112cddd8"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 1988b10

Please sign in to comment.