Update Boost to 1.40
This commit is contained in:
parent
af881c407f
commit
d8ba293d16
2 changed files with 3 additions and 2 deletions
|
@ -6,6 +6,7 @@ class Ack <ScriptFileFormula
|
|||
@md5='8009a13ab0fc66047bea0ea2ad89419c'
|
||||
@homepage='http://betterthangrep.com/'
|
||||
|
||||
# because our url looks like a svn one Homebrew defaults to the svn strategy
|
||||
def download_strategy
|
||||
HttpDownloadStrategy
|
||||
end
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue