diff options
| author | Jack Nagel | 2012-10-13 13:26:49 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2012-10-13 13:26:49 -0500 | 
| commit | d49bf44f938f57e0676b3b37dad49b8cff84e3d2 (patch) | |
| tree | af581c89c5bfbfce11b5908ea3c2205d2c79f888 /Library/Formula/pyside.rb | |
| parent | 4c0bf545c82b1c82ab1b98c272b2c05274921cfc (diff) | |
| download | homebrew-d49bf44f938f57e0676b3b37dad49b8cff84e3d2.tar.bz2 | |
pyside 1.1.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/pyside.rb')
| -rw-r--r-- | Library/Formula/pyside.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/pyside.rb b/Library/Formula/pyside.rb index d52401f88..70f664ee9 100644 --- a/Library/Formula/pyside.rb +++ b/Library/Formula/pyside.rb @@ -11,9 +11,9 @@ 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.1.tar.bz2' -  # url 'http://www.pyside.org/files/pyside-qt4.8+1.1.1.tar.bz2' -  sha1 '37b4a2f666a84e39aa4b55f8909964c73ce47123' +  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' +  sha1 'c0119775f2500e48efebdd50b7be7543e71b2c24'    depends_on 'cmake' => :build    depends_on 'shiboken' | 
