diff options
| author | Jack Nagel | 2013-01-10 20:18:09 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-01-10 20:19:07 -0600 |
| commit | 1e846a34a70f33cab056f5415eda6f10355918be (patch) | |
| tree | 5e903dad055b902ce8cf080d105f2c54d18c9ee5 /Library/Formula/shiboken.rb | |
| parent | 30a08f5cc707e111685d2e73a862a95a5d8529ba (diff) | |
| download | homebrew-1e846a34a70f33cab056f5415eda6f10355918be.tar.bz2 | |
shiboken: use qt-project URL
Diffstat (limited to 'Library/Formula/shiboken.rb')
| -rw-r--r-- | Library/Formula/shiboken.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/shiboken.rb b/Library/Formula/shiboken.rb index aee50a6d9..29950a0b4 100644 --- a/Library/Formula/shiboken.rb +++ b/Library/Formula/shiboken.rb @@ -2,9 +2,8 @@ require 'formula' class Shiboken < Formula homepage 'http://www.pyside.org/docs/shiboken' - # See https://github.com/mxcl/homebrew/issues/15190 - url 'https://distfiles.macports.org/py-shiboken/shiboken-1.1.2.tar.bz2' - # url 'http://pyside.org/files/shiboken-1.1.2.tar.bz2' + url 'http://qt-project.org/uploads/pyside/shiboken-1.1.2.tar.bz2' + mirror 'https://distfiles.macports.org/py-shiboken/shiboken-1.1.2.tar.bz2' sha1 '2ffe9d47a3f536840ed9d7eff766a53040bb2a2e' depends_on 'cmake' => :build |
