diff options
| author | Clint Shryock | 2011-03-16 12:00:06 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-16 10:06:21 -0700 |
| commit | d66c9f3b57dd5e68841ad4beb0397e18e76e20f5 (patch) | |
| tree | 6b9b8da8a533bf47f0c2f805dddcbd57bf439028 /Library/Formula/boost.rb | |
| parent | 43019ac63ad9d0457b06b431366a9c98c163bf89 (diff) | |
| download | homebrew-d66c9f3b57dd5e68841ad4beb0397e18e76e20f5.tar.bz2 | |
Boost version bump to 1.46.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 f89bd0c8c..ae5c92dd1 100644 --- a/Library/Formula/boost.rb +++ b/Library/Formula/boost.rb @@ -2,8 +2,8 @@ require 'formula' class Boost < Formula homepage 'http://www.boost.org' - url 'http://downloads.sourceforge.net/project/boost/boost/1.46.0/boost_1_46_0.tar.bz2' - md5 '37b12f1702319b73876b0097982087e0' + url 'http://downloads.sourceforge.net/project/boost/boost/1.46.1/boost_1_46_1.tar.bz2' + md5 '7375679575f4c8db605d426fc721d506' def options [ |
