diff options
| -rw-r--r-- | Library/Formula/pyside.rb | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/Library/Formula/pyside.rb b/Library/Formula/pyside.rb index 0ad507fdb..d52401f88 100644 --- a/Library/Formula/pyside.rb +++ b/Library/Formula/pyside.rb @@ -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 | 
