diff options
| author | Jack Nagel | 2013-01-10 20:19:39 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-01-10 20:19:39 -0600 |
| commit | 1a335103ed3f47fdb0f9692b1f88f2762cf559d3 (patch) | |
| tree | 9330190fa55ea6f895534184cf4819a09c38c979 | |
| parent | 1e846a34a70f33cab056f5415eda6f10355918be (diff) | |
| download | homebrew-1a335103ed3f47fdb0f9692b1f88f2762cf559d3.tar.bz2 | |
pyside: use qt-project URL
| -rw-r--r-- | Library/Formula/pyside.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/pyside.rb b/Library/Formula/pyside.rb index 70f664ee9..65269a7d2 100644 --- a/Library/Formula/pyside.rb +++ b/Library/Formula/pyside.rb @@ -10,9 +10,8 @@ end class Pyside < Formula homepage 'http://www.pyside.org' - # See https://github.com/mxcl/homebrew/issues/15190 - url 'https://distfiles.macports.org/py-pyside/pyside-qt4.8+1.1.2.tar.bz2' - # url 'http://www.pyside.org/files/pyside-qt4.8+1.1.2.tar.bz2' + url 'http://qt-project.org/uploads/pyside/pyside-qt4.8+1.1.2.tar.bz2' + mirror 'https://distfiles.macports.org/py-pyside/pyside-qt4.8+1.1.2.tar.bz2' sha1 'c0119775f2500e48efebdd50b7be7543e71b2c24' depends_on 'cmake' => :build |
