aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJussi Sarkkinen2011-12-23 13:53:09 +0200
committerCharlie Sharpsteen2011-12-23 12:55:54 -0800
commit042cf7a2248f78ea25d5bf16a935f38c0199b6cb (patch)
tree7a1265691bc6678233fa5d59de0ee20010824c45 /Library/Formula
parenta72365c8fc6f3ebd7f2dd2a10260a15cf4b1bfcd (diff)
downloadhomebrew-042cf7a2248f78ea25d5bf16a935f38c0199b6cb.tar.bz2
PyQt: Update to 4.9
Restores compatibility with Qt 4.8.x. Also upgrades SIP to 4.13.1. Fixes #9225. Closes #9249. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pyqt.rb4
-rw-r--r--Library/Formula/sip.rb4
2 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/pyqt.rb b/Library/Formula/pyqt.rb
index 14b7750a5..cb3a9bc8f 100644
--- a/Library/Formula/pyqt.rb
+++ b/Library/Formula/pyqt.rb
@@ -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'
diff --git a/Library/Formula/sip.rb b/Library/Formula/sip.rb
index 974f17621..26ad284b2 100644
--- a/Library/Formula/sip.rb
+++ b/Library/Formula/sip.rb
@@ -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'