diff options
| author | Jack Nagel | 2012-10-13 13:19:40 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2012-10-13 13:21:33 -0500 | 
| commit | ae10ccaef2fe61f7a97deb900af355aa0c6b136f (patch) | |
| tree | ad32b1d242ea0ef49263093c0d0936ee4fd217a2 | |
| parent | 5e9ae9525cf9200cfdc9bebbd66e2115595a31f2 (diff) | |
| download | homebrew-ae10ccaef2fe61f7a97deb900af355aa0c6b136f.tar.bz2 | |
pyside: use temporary MacPorts mirror
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -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 | 
