Skip to content

Commit

Permalink
Merge pull request Homebrew#200896 from Homebrew/bump-socket_vmnet-1.2.1
Browse files Browse the repository at this point in the history
socket_vmnet 1.2.1
  • Loading branch information
BrewTestBot authored Dec 12, 2024
2 parents 8386bf0 + 7c2af5a commit c33d574
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/s/socket_vmnet.rb
Original file line number Diff line number Diff line change
@@ -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.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"

bottle do
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"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "abf253d7f02054144c432149d1b2804ef3253fffecbdfe0e0942803b794765fd"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "48da13f47e4a044477b9915228d2ed3e8224acfd904ae3bca815c6e394b2863b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "276fe910d33ed629f084b717d44d32bae1d3fc3aa13216be47bb1f2798ce5d73"
sha256 cellar: :any_skip_relocation, sonoma: "effb03fcd56b6762a2031edf337c8f3261da6b16b45b081635ffe891090e184b"
sha256 cellar: :any_skip_relocation, ventura: "72fb6bd3a1d7aa852e052529697f675b216d1b718db94281fcd5062bae9afbc5"
end

keg_only "Homebrew's bin directory is often writable by a non-admin user"
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 c33d574

Please sign in to comment.