diff options
| author | Max Howell | 2009-08-29 14:15:22 +0100 | 
|---|---|---|
| committer | Max Howell | 2009-08-29 14:15:22 +0100 | 
| commit | 7843be15569c0f25dfadf539e181c7cd088c579e (patch) | |
| tree | 081cbe42e55177b8db2800089d4c996d102cda02 /Library/Formula/boost.rb | |
| parent | 76a289bb8e05624004b3e3424af730d0915b8d93 (diff) | |
| download | homebrew-7843be15569c0f25dfadf539e181c7cd088c579e.tar.bz2 | |
Update Boost to 1.40
Diffstat (limited to 'Library/Formula/boost.rb')
| -rw-r--r-- | Library/Formula/boost.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/boost.rb b/Library/Formula/boost.rb index 4bc2f90b1..c94ac89a8 100644 --- a/Library/Formula/boost.rb +++ b/Library/Formula/boost.rb @@ -2,8 +2,8 @@ require 'brewkit'  class Boost <Formula    @homepage='http://www.boost.org' -  @url='http://kent.dl.sourceforge.net/sourceforge/boost/boost_1_39_0.tar.bz2' -  @md5='a17281fd88c48e0d866e1a12deecbcc0' +  @url='http://downloads.sourceforge.net/project/boost/boost/1.40.0/boost_1_40_0.tar.bz2' +  @md5='ec3875caeac8c52c7c129802a8483bd7'    def install      # we specify libdir too because the script is apparently broken  | 
