shiboken: use temporary MacPorts mirror

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

View File

@ -2,7 +2,9 @@ require 'formula'
class Shiboken < Formula
homepage 'http://www.pyside.org/docs/shiboken'
url 'http://pyside.org/files/shiboken-1.1.1.tar.bz2'
# See https://github.com/mxcl/homebrew/issues/15190
url 'https://distfiles.macports.org/py-shiboken/shiboken-1.1.1.tar.bz2'
# url 'http://pyside.org/files/shiboken-1.1.1.tar.bz2'
sha1 'd24efc1e7499e9d7db4dfc85a975291e3cb3f311'
depends_on 'cmake' => :build