diff options
| -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 }  | 
