PyQt: Update to 4.9

Restores compatibility with Qt 4.8.x. Also upgrades SIP to 4.13.1.

Fixes Homebrew/homebrew#9225.
Closes Homebrew/homebrew#9249.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
Jussi Sarkkinen 2011-12-23 13:53:09 +02:00 committed by Charlie Sharpsteen
parent 4e18ba0a81
commit b5fab69772
2 changed files with 4 additions and 4 deletions

View file

@ -4,9 +4,9 @@ require 'formula'
# downloads disappear.
class Pyqt < Formula
url 'http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-mac-gpl-4.8.6.tar.gz'
url 'http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-mac-gpl-4.9.tar.gz'
homepage 'http://www.riverbankcomputing.co.uk/software/pyqt'
md5 '67878ee2a3207f38f7b2be5d15b066da'
md5 'ef3e49bc7f2e45aa52b551781e034ccf'
depends_on 'sip'
depends_on 'qt'

View file

@ -8,8 +8,8 @@ require 'formula'
# which causes panic and terror to flood the Homebrew issue tracker.
class Sip < Formula
url 'http://www.riverbankcomputing.co.uk/hg/sip/archive/4.12.4.tar.gz'
md5 '22bc7571fd06f26f0f3d7c27bd1c392a'
url 'http://www.riverbankcomputing.co.uk/hg/sip/archive/4.13.1.tar.gz'
md5 '9222545ebe349f68a00d5cc9fb89b805'
head 'http://www.riverbankcomputing.co.uk/hg/sip', :using => :hg
homepage 'http://www.riverbankcomputing.co.uk/software/sip'