aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/pyqt.rb4
-rw-r--r--Library/Formula/sip.rb6
2 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/pyqt.rb b/Library/Formula/pyqt.rb
index 335febe55..833064ba8 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.2.tar.gz'
+ url 'http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-mac-gpl-4.8.3.tar.gz'
homepage 'http://www.riverbankcomputing.co.uk/software/pyqt'
- md5 'bbb21ddda3d681847e42d20f1c883fbb'
+ md5 '14bade8b251660177ccc1a0cbbe33aba'
depends_on 'sip'
depends_on 'qt'
diff --git a/Library/Formula/sip.rb b/Library/Formula/sip.rb
index 6f4feebfd..4c39dbfe6 100644
--- a/Library/Formula/sip.rb
+++ b/Library/Formula/sip.rb
@@ -6,8 +6,8 @@ require 'formula'
#
class Sip <Formula
- url 'http://www.riverbankcomputing.co.uk/hg/sip/archive/4.12.tar.gz'
- md5 'a9fa74162d65a813aa35a452f8e6ec36'
+ url 'http://www.riverbankcomputing.co.uk/hg/sip/archive/4.12.1.tar.gz'
+ md5 '92b0bf4b2ec76da55ac45f27bd17fbe0'
head 'http://www.riverbankcomputing.co.uk/hg/sip', :using => :hg
homepage 'http://www.riverbankcomputing.co.uk/software/sip'
@@ -56,7 +56,7 @@ index 927d7f1..fdf13a3 100755
# Format the results.
if version is None:
- version = (0, 1, 0)
-+ version = (4, 12, 0)
++ version = (4, 12, 1)
major, minor, micro = version