Skip to content

Commit 7db9bd6

Browse files
authored
Merge pull request #217542 from Homebrew/bump-libvirt-python-11.2.0
libvirt-python 11.2.0
2 parents 17ebf03 + f4e8029 commit 7db9bd6

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.1.0.tar.gz"
5-
sha256 "00efb9a781087668512d6a002eb9cd136e44ff8701ac6793cc13b6fdc6d9ef8f"
4+
url "https://download.libvirt.org/python/libvirt-python-11.2.0.tar.gz"
5+
sha256 "bb5f245f0e01579b0b48e8657f0488f440e609c6b6c3c7c7e7c4ae4e61d3c346"
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: "a00f9384a59af5ef7f1cd74e9f26722bfe3f1272bc44abf6025b3d2bb920fdfd"
15-
sha256 cellar: :any, arm64_sonoma: "d430b4f583ff509fc0406fc440d4ace07136b3830cfeacbd76f60224ba941adc"
16-
sha256 cellar: :any, arm64_ventura: "cfaf7ebf4556bc5ba98f824a396577e5ac3237b0debbd36f56d4f0b1f9a57772"
17-
sha256 cellar: :any, sonoma: "5ba66905d74d72bb27d16b344843e37b28f72e392783dc1cbff2327e0ea06254"
18-
sha256 cellar: :any, ventura: "740c0ed273658db6c643c810765e2dd11232da68c3947a52706c619c52555ea1"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "37daa197614ba83b4392eb61f5b079dc1f38779e08cef2421edfaa05177a7545"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "bb11f5e8890bb0f3bf6c23c6c7195ed93ace389e06e1f70083816f0a9b9f56c3"
14+
sha256 cellar: :any, arm64_sequoia: "aa6c2985f81c4768d56b3a973b1e7c870b35dc8f66ade1b65d794f1fd8d82616"
15+
sha256 cellar: :any, arm64_sonoma: "5f83c3007e5b917678eea79feb1750271c7061361de2280f428a10260e63565a"
16+
sha256 cellar: :any, arm64_ventura: "abd71d9b1f15543d5148b137133c54bf3fea056dfea279a66e5719aae89d2f70"
17+
sha256 cellar: :any, sonoma: "69782739eace953ab6f676a6c00e731925a812f328195b1ba13d791750c49f5a"
18+
sha256 cellar: :any, ventura: "ccfaee4e3c92c45b9ddaa365fbf57be07bf2042e6693bd4e700816ed8ed9eca7"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "7274c6019c62962d6b18aa69cd6a7c27836d5e109fe6058543982f1c264e15c0"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "7cd1cdc14fb01c7b39ff1159201a3bb05e782c4d4d36675f520ce03d208b3695"
2121
end
2222

2323
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)