Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libvirt 10.5.0 #176053

Merged
merged 2 commits into from
Jul 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/lib/libvirt.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Libvirt < Formula

Check warning on line 1 in Formula/lib/libvirt.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

`brew linkage --cached --test --strict libvirt` failed on macOS Ventura (13)!

Indirect dependencies with linkage: openssl@3

Check warning on line 1 in Formula/lib/libvirt.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew linkage --cached --test --strict libvirt` failed on Linux!

Indirect dependencies with linkage: libxml2 util-linux

Check warning on line 1 in Formula/lib/libvirt.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

`brew linkage --cached --test --strict libvirt` failed on macOS Ventura (13) on Apple Silicon!

Indirect dependencies with linkage: openssl@3
desc "C virtualization API"
homepage "https://libvirt.org/"
url "https://download.libvirt.org/libvirt-10.4.0.tar.xz"
sha256 "d1308be98da418ce463f0d9e4ac28a94b1a859364db3bb078d6e153dc587efe4"
url "https://download.libvirt.org/libvirt-10.5.0.tar.xz"
sha256 "8e853a9c91c9029b9019cf5fdf2b5fea36d501d563e43254efc20e12c00557e8"
license all_of: ["LGPL-2.1-or-later", "GPL-2.0-or-later"]
head "https://gitlab.com/libvirt/libvirt.git", branch: "master"

Expand Down
Loading