From bc6b39f41aeef009cb89964f5e9df4f30e844747 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Dec 2024 08:15:56 +0000 Subject: [PATCH] socket_vmnet 1.2.1 --- Formula/s/socket_vmnet.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/s/socket_vmnet.rb b/Formula/s/socket_vmnet.rb index af5fa12242fc7..37502b0b3afcf 100644 --- a/Formula/s/socket_vmnet.rb +++ b/Formula/s/socket_vmnet.rb @@ -1,8 +1,8 @@ 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.2.0.tar.gz" - sha256 "f2e2b1fc10c9c72f3a707653f79543b11a37ec91987ae2a6d0327a41271974b5" + url "https://github.com/lima-vm/socket_vmnet/archive/refs/tags/v1.2.1.tar.gz" + sha256 "c44600fb9d4a44d533cfb5fa530264576952e887b065fd0b04aeb2500c812055" license "Apache-2.0" head "https://github.com/lima-vm/socket_vmnet.git", branch: "master" @@ -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", 139) + assert_match "bind: Address already in use", shell_output("#{opt_bin}/socket_vmnet /dev/null 2>&1", 1) end end