aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2009-10-23 16:28:52 +0100
committerMax Howell2009-10-23 19:22:51 +0100
commitbf95b5c21dcdd387429236b9dc62f8a3a7d84be0 (patch)
treee43375254a9b3320506c30248b37719aff4135f1 /Library
parente5fbf809c507214e0cf01b5db46c5d0d52fab445 (diff)
downloadhomebrew-bf95b5c21dcdd387429236b9dc62f8a3a7d84be0.tar.bz2
Bump Qt to 4.5.3
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/qt.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb
index 1722c9f34..e34be1bb6 100644
--- a/Library/Formula/qt.rb
+++ b/Library/Formula/qt.rb
@@ -1,12 +1,12 @@
require 'formula'
class Qt <Formula
- @url='http://get.qt.nokia.com/qt/source/qt-mac-opensource-src-4.5.2.tar.gz'
- @md5='c549d6c0c2e0723377cb955c78a1b680'
- @homepage='http://www.qtsoftware.com'
+ url 'http://get.qt.nokia.com/qt/source/qt-mac-opensource-src-4.5.3.tar.gz'
+ md5 'c549d6c0c2e0723377cb955c78a1b680'
+ homepage 'http://www.qtsoftware.com'
def install
- if version == '4.5.2'
+ if version == '4.5.3'
# Reported 6 months ago (at 4.5.0-rc1), still not fixed in the this release! :(
makefiles=%w[plugins/sqldrivers/sqlite/sqlite.pro 3rdparty/webkit/WebCore/WebCore.pro]
makefiles.each { |makefile| `echo 'LIBS += -lsqlite3' >> src/#{makefile}` }