Update SIP and PyQt to the latest versions released on October 22nd, '10

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Emmanuel Blot 2010-10-24 21:50:44 +02:00 committed by Adam Vandenberg
parent c72229cf7d
commit 22717b2e93
2 changed files with 5 additions and 5 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.7.7.tar.gz'
url 'http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-mac-gpl-4.8.tar.gz'
homepage 'http://www.riverbankcomputing.co.uk/software/pyqt'
md5 '18213126857b7c6e6da6f7a1720d4870'
md5 'e4423183a52081be05b7b658cd033731'
depends_on 'sip'
depends_on 'qt'

View File

@ -1,8 +1,8 @@
require 'formula'
class Sip <Formula
url 'http://www.riverbankcomputing.co.uk/hg/sip/archive/4.11.1.tar.gz'
md5 'dbafd7101a4e7caee6f529912a1356e5'
url 'http://www.riverbankcomputing.co.uk/hg/sip/archive/4.11.2.tar.gz'
md5 '06b12c0b36bb31b4d30185d7ab512a69'
head 'http://www.riverbankcomputing.co.uk/hg/sip', :using => :hg
homepage 'http://www.riverbankcomputing.co.uk/software/sip'
@ -51,7 +51,7 @@ index 927d7f1..fdf13a3 100755
# Format the results.
if version is None:
- version = (0, 1, 0)
+ version = (4, 11, 1)
+ version = (4, 11, 2)
major, minor, micro = version