diff options
| author | Charlie Sharpsteen | 2011-02-06 11:45:48 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2011-02-06 11:51:17 -0800 |
| commit | 0cceae6cf443a664c30b5a7cdcf9e58f9a7ac03f (patch) | |
| tree | af078a50762ac70c35d55c61e6c5587c18af56d2 /Library | |
| parent | eb8660282b0a60614a6f41fc135a67261a4d5ce0 (diff) | |
| download | homebrew-0cceae6cf443a664c30b5a7cdcf9e58f9a7ac03f.tar.bz2 | |
Bump PyQt to 4.8.3 and SIP to 4.12.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pyqt.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/sip.rb | 6 |
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 |
