fix path to qt binary

master
Leo Franchi 2009-09-12 12:06:43 -04:00
parent 9528a73f46
commit a6a0bb37ee
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
require 'brewkit'
class Qt <Formula
@url='http://get.qtsoftware.com/qt/source/qt-mac-opensource-src-4.5.2.tar.gz'
@url='http://get.qt.nokia.com/qt/source/qt-mac-opensource-src-4.5.2.tar.gz'
@md5='c549d6c0c2e0723377cb955c78a1b680'
@homepage='http://www.qtsoftware.com'
@ -36,4 +36,4 @@ class Qt <Formula
def caveats
"We agreed to the Qt opensource license for you.\nIf this is unacceptable you should uninstall :P"
end
end
end