aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ack.rb1
-rw-r--r--Library/Formula/boost.rb4
2 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/ack.rb b/Library/Formula/ack.rb
index 479f31521..467aa7122 100644
--- a/Library/Formula/ack.rb
+++ b/Library/Formula/ack.rb
@@ -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
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