aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pyqt.rb
diff options
context:
space:
mode:
authorMarkus Heberling2010-01-29 10:09:38 +0100
committerAdam Vandenberg2010-02-13 16:46:28 -0800
commit27e8a42621b9fd8b4388898f4f9bbb4b70fed74a (patch)
tree1aad1908934107c1f04ae4312e639845c456e2af /Library/Formula/pyqt.rb
parent1d35e860877246970f708cc85b25a03a740caa2c (diff)
downloadhomebrew-27e8a42621b9fd8b4388898f4f9bbb4b70fed74a.tar.bz2
updated pyqt to 4.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/pyqt.rb')
-rw-r--r--Library/Formula/pyqt.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pyqt.rb b/Library/Formula/pyqt.rb
index 586825922..78829056e 100644
--- a/Library/Formula/pyqt.rb
+++ b/Library/Formula/pyqt.rb
@@ -4,9 +4,9 @@ require 'formula'
# currently easy_install doesn't seem to support it
class Pyqt <Formula
- url 'http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-mac-gpl-4.6.2.tar.gz'
+ url 'http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-mac-gpl-4.7.tar.gz'
homepage 'http://www.riverbankcomputing.co.uk/software/pyqt'
- md5 '2bde0a6ab4728048962075e12a32d8e6'
+ md5 'dc58e2c5afc31a2dd285346bc16081ee'
depends_on 'sip'
depends_on 'qt'