Bump dependency libvirt-python to 4.10.0

This commit is contained in:
Michael Fischer 2018-12-15 01:55:28 -06:00 committed by GitHub
parent b30fe2510e
commit 2506938147
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ class VirtManager < Formula
homepage "https://virt-manager.org/" homepage "https://virt-manager.org/"
url "https://virt-manager.org/download/sources/virt-manager/virt-manager-1.5.1.tar.gz" url "https://virt-manager.org/download/sources/virt-manager/virt-manager-1.5.1.tar.gz"
sha256 "ee889d59110986391a394077f004f68125e01e216a5e7cfc29adb6ae49ab2dab" sha256 "ee889d59110986391a394077f004f68125e01e216a5e7cfc29adb6ae49ab2dab"
revision 3 revision 4
depends_on "intltool" => :build depends_on "intltool" => :build
depends_on "pkg-config" => :build depends_on "pkg-config" => :build
@ -27,8 +27,8 @@ class VirtManager < Formula
depends_on "vte3" depends_on "vte3"
resource "libvirt-python" do resource "libvirt-python" do
url "https://libvirt.org/sources/python/libvirt-python-4.7.0.tar.gz" url "https://libvirt.org/sources/python/libvirt-python-4.10.0.tar.gz"
sha256 "e36fee5898de3550ed7e63d5d0a8447f9d78f06574634855dee59eae27930908" sha256 "6949fa09d5e3a2a03438c1334c2ed441f502222c7f21e654620f466593bcd185"
end end
resource "idna" do resource "idna" do