Add bottles to Qt's and Boost's formulae.
This commit is contained in:
parent
adee6a7732
commit
89229ba421
2 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,8 @@ class Boost < Formula
|
|||
homepage 'http://www.boost.org'
|
||||
url 'http://downloads.sourceforge.net/project/boost/boost/1.46.1/boost_1_46_1.tar.bz2'
|
||||
md5 '7375679575f4c8db605d426fc721d506'
|
||||
bottle 'https://downloads.sourceforge.net/project/machomebrew/Bottles/boost-1.46.1-bottle.tar.gz'
|
||||
bottle_sha1 '15382f3aed119d207f0cdab7f089d284af1b3bbf'
|
||||
|
||||
def options
|
||||
[
|
||||
|
|
|
@ -5,6 +5,8 @@ class Qt < Formula
|
|||
url 'http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.7.3.tar.gz'
|
||||
md5 '49b96eefb1224cc529af6fe5608654fe'
|
||||
homepage 'http://qt.nokia.com/'
|
||||
bottle 'https://downloads.sourceforge.net/project/machomebrew/Bottles/qt-4.7.3-bottle.tar.gz'
|
||||
bottle_sha1 '6ab865b92db92cf2c49a332010f99566178d25cf'
|
||||
|
||||
head 'git://gitorious.org/qt/qt.git', :branch => 'master'
|
||||
|
||||
|
|
Loading…
Reference in a new issue