diff options
| author | Florian Sowade | 2009-11-25 21:06:59 +0100 | 
|---|---|---|
| committer | Max Howell | 2009-12-05 14:39:06 +0000 | 
| commit | 0ff5680b0cae4f8438af3b089336be833b809356 (patch) | |
| tree | f418e28662e2673430c57fccdf6ceda78cb0fa3e | |
| parent | c07b37d531a745f994da9887bce1f7f937ff795e (diff) | |
| download | homebrew-0ff5680b0cae4f8438af3b089336be833b809356.tar.bz2 | |
Bump boost from 1.40.0 to 1.41.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Signed-off-by: Max Howell <max@methylblue.com>
| -rw-r--r-- | Library/Formula/boost.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/boost.rb b/Library/Formula/boost.rb index ad7fe6d65..34acfe9fd 100644 --- a/Library/Formula/boost.rb +++ b/Library/Formula/boost.rb @@ -1,9 +1,9 @@  require 'formula'  class Boost <Formula -  homepage 'http://www.boost.org' -  url 'http://downloads.sourceforge.net/project/boost/boost/1.40.0/boost_1_40_0.tar.bz2' -  md5 'ec3875caeac8c52c7c129802a8483bd7' +  @homepage='http://www.boost.org' +  @url='http://downloads.sourceforge.net/project/boost/boost/1.41.0/boost_1_41_0.tar.bz2' +  @md5='8bb65e133907db727a2a825c5400d0a6'    def patches      { :p2 => DATA }  | 
