Merge branch 'master' of git://github.com/mafischer/homebrew-virt-manager
* 'master' of git://github.com/mafischer/homebrew-virt-manager: Bump dependency libvirt-python to 4.10.0
This commit is contained in:
commit
2ff92a2a3f
|
@ -5,7 +5,7 @@ class VirtManager < Formula
|
|||
homepage "https://virt-manager.org/"
|
||||
url "https://virt-manager.org/download/sources/virt-manager/virt-manager-1.5.1.tar.gz"
|
||||
sha256 "ee889d59110986391a394077f004f68125e01e216a5e7cfc29adb6ae49ab2dab"
|
||||
revision 4
|
||||
revision 5
|
||||
|
||||
depends_on "intltool" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
|
@ -27,8 +27,8 @@ class VirtManager < Formula
|
|||
depends_on "vte3"
|
||||
|
||||
resource "libvirt-python" do
|
||||
url "https://libvirt.org/sources/python/libvirt-python-4.8.0.tar.gz"
|
||||
sha256 "05cc7d0fb0ef415cf9411bee43dde3fa3f08e43a70ca386b0727e2e97c7311ee"
|
||||
url "https://libvirt.org/sources/python/libvirt-python-4.10.0.tar.gz"
|
||||
sha256 "6949fa09d5e3a2a03438c1334c2ed441f502222c7f21e654620f466593bcd185"
|
||||
end
|
||||
|
||||
resource "idna" do
|
||||
|
|
Loading…
Reference in a new issue