Skip to content

Commit

Permalink
socket_vmnet 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot authored and daeho-ro committed Dec 12, 2024
1 parent 2c2c3a0 commit bc6b39f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/s/socket_vmnet.rb
Original file line number Diff line number Diff line change
@@ -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"

Expand Down Expand Up @@ -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

0 comments on commit bc6b39f

Please sign in to comment.