Fix brew audit issues
This commit is contained in:
parent
b6954bd8ec
commit
b288d86852
|
@ -1,6 +1,6 @@
|
|||
class SpiceGtk < Formula
|
||||
desc "GTK client/libraries for SPICE"
|
||||
homepage "http://www.spice-space.org/home.html"
|
||||
homepage "http://www.spice-space.org"
|
||||
url "http://www.spice-space.org/download/gtk/spice-gtk-0.31.tar.bz2"
|
||||
sha256 "c72b4d202b1c0b71d6e24ce5caf914d6dddbcf4010d10db9c2d8e73af728c1ca"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
class Usbredir < Formula
|
||||
desc "USB traffic redirection library"
|
||||
homepage "http://www.spice-space.org/home.html"
|
||||
homepage "http://www.spice-space.org"
|
||||
url "http://www.spice-space.org/download/usbredir/usbredir-0.7.1.tar.bz2"
|
||||
sha256 "407e9e27a1369f01264d5501ffbe88935ddd7d5de675f5835db05dc9c9ac56f3"
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ class VirtManager < Formula
|
|||
depends_on "intltool" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
|
||||
depends_on "d-bus"
|
||||
depends_on "dbus"
|
||||
depends_on "gnome-icon-theme"
|
||||
depends_on "gtk+3"
|
||||
depends_on "gtk-vnc"
|
||||
|
|
Loading…
Reference in a new issue