From cf9e6d1dd343c78a06efe68d60f59f0838f557bd Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Sun, 2 Apr 2017 01:14:20 -0700 Subject: [PATCH] xdot 0.7 Closes #11963. Signed-off-by: ilovezfs --- Formula/xdot.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Formula/xdot.rb b/Formula/xdot.rb index 97feb6576dc26..73c36704f1510 100644 --- a/Formula/xdot.rb +++ b/Formula/xdot.rb @@ -1,8 +1,8 @@ class Xdot < Formula desc "Interactive viewer for graphs written in Graphviz's dot language." homepage "https://github.com/jrfonseca/xdot.py" - url "https://pypi.python.org/packages/source/x/xdot/xdot-0.6.tar.gz" - sha256 "c71d82bad0fec696af36af788c2a1dbb5d9975bd70bfbdc14bda15b5c7319e6c" + url "https://files.pythonhosted.org/packages/f5/52/7cec1decf2b07c7749eb997fa5f365781a512722f48e6ad4294e31c94629/xdot-0.7.tar.gz" + sha256 "d2100c3201d974915d1b89220ce52f380334eb365ab48903573a8135f51d0ee0" head "https://github.com/jrfonseca/xdot.py.git" @@ -15,9 +15,8 @@ class Xdot < Formula sha256 "6c9a134c44cb444421e29cc398c9c00ca6f8849def89012dce1d69581b41227e" => :mavericks end - depends_on "graphviz" + depends_on "pygobject3" depends_on "pygtk" - depends_on "cairo" depends_on :python if MacOS.version <= :snow_leopard def install