pyside: use temporary MacPorts mirror

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jack Nagel 2012-10-13 13:19:40 -05:00
parent 445a1c5270
commit e3b115162e
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,9 @@ end
class Pyside < Formula
homepage 'http://www.pyside.org'
url 'http://www.pyside.org/files/pyside-qt4.8+1.1.1.tar.bz2'
# See https://github.com/mxcl/homebrew/issues/15190
url 'https://distfiles.macports.org/py-pyside/pyside-qt4.8+1.1.1.tar.bz2'
# url 'http://www.pyside.org/files/pyside-qt4.8+1.1.1.tar.bz2'
sha1 '37b4a2f666a84e39aa4b55f8909964c73ce47123'
depends_on 'cmake' => :build