Skip to content

Commit a1b35f3

Browse files
authored
Merge pull request #228696 from Homebrew/bump-libvirt-python-11.5.0
libvirt-python 11.5.0
2 parents 38429d4 + b104e16 commit a1b35f3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/lib/libvirt-python.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class LibvirtPython < Formula
22
desc "Libvirt virtualization API python binding"
33
homepage "https://www.libvirt.org/"
4-
url "https://download.libvirt.org/python/libvirt-python-11.4.0.tar.gz"
5-
sha256 "7335de498e3fdb2c96f68ee4065d44ab0404b79923d6316819a4b5f963f80125"
4+
url "https://download.libvirt.org/python/libvirt-python-11.5.0.tar.gz"
5+
sha256 "69aad89ec689526835bf7d2d224badafe52a2def0d719676166755a8eab7ac23"
66
license "LGPL-2.1-or-later"
77

88
livecheck do
@@ -11,13 +11,13 @@ class LibvirtPython < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any, arm64_sequoia: "8c9335398dcc5937717914221b2b2c9e3f1fac715c3a7dedac049486ed7f98b9"
15-
sha256 cellar: :any, arm64_sonoma: "ca5249a614d63986a8261d2b0f3f071a11f69b210fd9e93a36cbc764ea01040a"
16-
sha256 cellar: :any, arm64_ventura: "046bf692453bb60daedbc252f0827da4c03e5780341e70a21cfc2407f807b662"
17-
sha256 cellar: :any, sonoma: "db728e37eeca823dc777fa366438af59095cfd457b2a65f2c734e56d225b3aca"
18-
sha256 cellar: :any, ventura: "2c5eccae0489bb3f88385941ed022316b2a75556c51b811b1cfc5ab98b97e276"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "16f663b1f4d13f1d77cbb3b1e326dcd39dca841dba2ffa9a9125ff32fc4a7af0"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "3c3316a9c8776a406797a5562c2320a44ab137ba985225f64e93d7672ff850e9"
14+
sha256 cellar: :any, arm64_sequoia: "7221610e7441ce6117a016a46f794a3c903a01666841debcf487b46ae19fc4c2"
15+
sha256 cellar: :any, arm64_sonoma: "af0cba8e1296774e3f1aae147a1aab56e9493d648f1337ccfa67399a1a16a0f4"
16+
sha256 cellar: :any, arm64_ventura: "73db18836027dac362fd47b9e28e78ef123368524cc138d54f1faef8db188866"
17+
sha256 cellar: :any, sonoma: "f23f0f3ce9034416d534af3cca0fda7795906258a59ddc5f65abcf9e254714f1"
18+
sha256 cellar: :any, ventura: "4903f34c38b882da7fb274f076a951502d21a966e4a3a11e02ee72b68a8c99e7"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "afb24a03b0cca8f081caee384e721cf5b61e86d6de0c34d0225c2e18d85d4681"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c199985d3b07b79f6c46cbcf222e85677d7555893d14c8aefc2e53186e193876"
2121
end
2222

2323
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)