We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13ee4a commit 231a025Copy full SHA for 231a025
Formula/lib/libvirt.rb
@@ -1,8 +1,8 @@
1
class Libvirt < Formula
2
desc "C virtualization API"
3
homepage "https://libvirt.org/"
4
- url "https://download.libvirt.org/libvirt-11.4.0.tar.xz"
5
- sha256 "e10059efc655532b0cfe44d961c87c5a56e45393cc7bd343bd3348b40d73b267"
+ url "https://download.libvirt.org/libvirt-11.5.0.tar.xz"
+ sha256 "2b63b9d60538e1e2fa4e3f6d836409e6ff705249c79001914ac3400859d72423"
6
license all_of: ["LGPL-2.1-or-later", "GPL-2.0-or-later"]
7
head "https://gitlab.com/libvirt/libvirt.git", branch: "master"
8
0 commit comments