diff --git a/Formula/s/socket_vmnet.rb b/Formula/s/socket_vmnet.rb index 1ec6acd373848..af5fa12242fc7 100644 --- a/Formula/s/socket_vmnet.rb +++ b/Formula/s/socket_vmnet.rb @@ -1,17 +1,17 @@ class SocketVmnet < Formula desc "Daemon to provide vmnet.framework support for rootless QEMU" homepage "https://github.com/lima-vm/socket_vmnet" - url "https://github.com/lima-vm/socket_vmnet/archive/refs/tags/v1.1.7.tar.gz" - sha256 "e2a305e2a1bd018eb371693fab7891fa38855ff9ac9c1ab4210c0641868e344f" + url "https://github.com/lima-vm/socket_vmnet/archive/refs/tags/v1.2.0.tar.gz" + sha256 "f2e2b1fc10c9c72f3a707653f79543b11a37ec91987ae2a6d0327a41271974b5" license "Apache-2.0" head "https://github.com/lima-vm/socket_vmnet.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4ae4d03f3a49eb4e01a5ae99292f7fdda8d81b248ee3fca6be5233f5c37bd1f1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "64f8c1a507264e023cdae80b30a32e9d57586707e67b4e9690b47859a90baa30" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4cf43d084796df6a598de4eb9780dfe7d5e908f7eb042f3b4954bf43bd9569a5" - sha256 cellar: :any_skip_relocation, sonoma: "ba13f5d706bf052efa1f4d23c14d72ebfc9994f951c266f310a86d4a04bd5a46" - sha256 cellar: :any_skip_relocation, ventura: "e4c42a22be5e748d1147364f1aa837089a3a3b8023df447f3531929253582ed3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ccaaccb9445d52493a5efc463978b4fe0adcb3eab1eb9702c90512ac3b8b858b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2906a977ff8ecf65a562416eddb822f4c110d46757c33df263d1a5a2fa70570a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ff41070db80e2ee4a098c8039b2c12b425d38471777348c253c5ee67b1857d04" + sha256 cellar: :any_skip_relocation, sonoma: "09c4b5acd19c8e2d70b929824969ed7a104fbca474601a2f3487a721a1df51e4" + sha256 cellar: :any_skip_relocation, ventura: "94a81b343fcc04395fd5a862f9ba13c399286c436b6f90e70ad2086262fb1596" end keg_only "Homebrew's bin directory is often writable by a non-admin user" @@ -46,6 +46,6 @@ def caveats end test do - assert_match "bind: Address already in use", shell_output("#{opt_bin}/socket_vmnet /dev/null 2>&1", 1) + assert_match "bind: Address already in use", shell_output("#{opt_bin}/socket_vmnet /dev/null 2>&1", 139) end end