diff options
| -rw-r--r-- | Library/Formula/boost.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/qt.rb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/boost.rb b/Library/Formula/boost.rb index a7f8f515d..222e67075 100644 --- a/Library/Formula/boost.rb +++ b/Library/Formula/boost.rb @@ -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 [ diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb index 52370db1e..a02ec4659 100644 --- a/Library/Formula/qt.rb +++ b/Library/Formula/qt.rb @@ -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' |
