diff options
| author | Mike McQuaid | 2011-03-01 22:33:15 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2011-03-01 22:38:39 +0000 |
| commit | b705a066947d3b1571785f1e24d875b40342269b (patch) | |
| tree | 9798decc111687cad976f56fc1aa762a3e82e46f /Library | |
| parent | d0b9524d63bc92c6453f75f852197cb0532a9b3d (diff) | |
| download | homebrew-b705a066947d3b1571785f1e24d875b40342269b.tar.bz2 | |
Update Qt to 4.7.2.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/qt.rb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb index b85f3f8a6..2b1b5ce2e 100644 --- a/Library/Formula/qt.rb +++ b/Library/Formula/qt.rb @@ -2,15 +2,10 @@ require 'formula' require 'hardware' class Qt <Formula - url 'http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.7.1.tar.gz' - md5 '6f88d96507c84e9fea5bf3a71ebeb6d7' + url 'http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.7.2.tar.gz' + md5 '66b992f5c21145df08c99d21847f4fdb' homepage 'http://qt.nokia.com/' - def patches - # To fix http://bugreports.qt.nokia.com/browse/QTBUG-13623. Patch sent upstream. - "http://qt.gitorious.org/qt/qt/commit/9f18a1ad5ce32dd397642a4c03fa1fcb21fb9456.patch" - end - def options [ ['--with-qtdbus', "Enable QtDBus module."], |
