Skip to content

Commit be2a23c

Browse files
authored
Merge pull request #228695 from Homebrew/bump-libvirt-11.5.0
libvirt 11.5.0
2 parents 3f424ab + fd18cf3 commit be2a23c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/lib/libvirt.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Libvirt < Formula
22
desc "C virtualization API"
33
homepage "https://libvirt.org/"
4-
url "https://download.libvirt.org/libvirt-11.4.0.tar.xz"
5-
sha256 "e10059efc655532b0cfe44d961c87c5a56e45393cc7bd343bd3348b40d73b267"
4+
url "https://download.libvirt.org/libvirt-11.5.0.tar.xz"
5+
sha256 "2b63b9d60538e1e2fa4e3f6d836409e6ff705249c79001914ac3400859d72423"
66
license all_of: ["LGPL-2.1-or-later", "GPL-2.0-or-later"]
77
head "https://gitlab.com/libvirt/libvirt.git", branch: "master"
88

@@ -12,13 +12,13 @@ class Libvirt < Formula
1212
end
1313

1414
bottle do
15-
sha256 arm64_sequoia: "d6743cf0a6801d98480a7a1c7d5e5595ba1c982edc9345006f639905742df835"
16-
sha256 arm64_sonoma: "fd39bf21bccfe4407c0bf23a0d8d7fa0b8efecae3405ef369ccf4fc694b975f9"
17-
sha256 arm64_ventura: "88036ef76b99fc34fa2a5a2ae83f3053b242c1c7dc5a646b931f142fab09f3d0"
18-
sha256 sonoma: "aa7ae12a3ea0c2b80960d3fc719c64ca61e32868cf05aacf82a79db52a680aff"
19-
sha256 ventura: "820150f9bddaebcfce0eca9b064861ecf58a2015e52c401b669ae50dc207556c"
20-
sha256 arm64_linux: "b79095c964043152d214e6082e09c44dbd83be0f4c97cff912caadceffc13db9"
21-
sha256 x86_64_linux: "0f16c73a5a704d9138130b5759c55b670be2d21ad6c0465cc8a14832cb1dace9"
15+
sha256 arm64_sequoia: "292f617b69de702861fd90bccf2da9ecd1f4cbe51c129b3007062175ec3cf08c"
16+
sha256 arm64_sonoma: "1c3908a7838582dc8dfda6994f95812ad360292419aff052a2269b48228df625"
17+
sha256 arm64_ventura: "d0cf4eb8c624c979a4d838b116621c140cd5974079ac78f6339d307c56936713"
18+
sha256 sonoma: "251cdb13ea5a8e321321516af4ea350653f61cd08ea078736594061c56a3e470"
19+
sha256 ventura: "213c9eb2b72ee620c78eb513e3f4f400dfd5b69818d907fa5db7d112b0a5335b"
20+
sha256 arm64_linux: "2df68423fb62a6c682761072e417ac4878f319d0cf3e3161f765e8ebd5ecbfe7"
21+
sha256 x86_64_linux: "fde0dcbf018f1f3b07a9fef099ba16d00ccf3f07619f2583502fbc06d3f15769"
2222
end
2323

2424
depends_on "docutils" => :build

0 commit comments

Comments
 (0)