diff options
| author | Bruno Santos | 2014-02-20 00:00:49 +0000 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-20 21:55:45 -0800 |
| commit | 94c8d78ecb3271c925014c0bb9858e18c6330190 (patch) | |
| tree | 154640aacc8388047dc5729280c2f86b4491f743 /Library | |
| parent | 5c4d9e2aaa4dc3426d0048add2d4414fe298880e (diff) | |
| download | homebrew-94c8d78ecb3271c925014c0bb9858e18c6330190.tar.bz2 | |
boost-build 1.55.0
This formula is updated to get boost-build from the git repository.
Changes to boost-build have been made but the reported version has
not changed. Thus the version is also changed to match the boost
one.
Closes #26849.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/boost-build.rb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Library/Formula/boost-build.rb b/Library/Formula/boost-build.rb index 53e585708..ae3a09273 100644 --- a/Library/Formula/boost-build.rb +++ b/Library/Formula/boost-build.rb @@ -2,18 +2,17 @@ require 'formula' class BoostBuild < Formula homepage 'http://boost.org/boost-build2/' - url 'http://downloads.sourceforge.net/project/boost/boost/1.53.0/boost_1_53_0.tar.bz2' - sha1 'e6dd1b62ceed0a51add3dda6f3fc3ce0f636a7f3' - version '2011.12-svn' + url 'http://github.com/boostorg/build/archive/boost-1.55.0.tar.gz' + sha1 '9daf7587b017716ffd164bcf11d82c4ac00c8ca0' - head 'http://svn.boost.org/svn/boost/trunk/tools/build/v2/' + head 'https://github.com/boostorg/build.git' def install if build.head? system "./bootstrap.sh" system "./b2", "--prefix=#{prefix}", "install" else - cd 'tools/build/v2' do + cd 'v2' do system "./bootstrap.sh" system "./b2", "--prefix=#{prefix}", "install" end |
