fix path to qt binary
parent
9528a73f46
commit
a6a0bb37ee
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue