diff options
| author | Misty De Meo | 2012-04-10 11:01:08 -0500 | 
|---|---|---|
| committer | Misty De Meo | 2012-04-10 11:01:08 -0500 | 
| commit | 42a42ae99029676dbe41307dbc1f3aa3c696794e (patch) | |
| tree | 88c962459e0e11866941b7adc66240e39a3b0f30 /Library/Formula/boost.rb | |
| parent | 571195fc82a2b4308f1c01edf6c4405a01eb6a85 (diff) | |
| download | homebrew-42a42ae99029676dbe41307dbc1f3aa3c696794e.tar.bz2 | |
boost: add Snow Leopard bottle
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 8f50f483a..e57384dc7 100644 --- a/Library/Formula/boost.rb +++ b/Library/Formula/boost.rb @@ -8,8 +8,8 @@ class Boost < Formula    head 'http://svn.boost.org/svn/boost/trunk', :using => :svn    bottle do -    url 'https://downloads.sf.net/project/machomebrew/Bottles/boost-1.49.0-bottle.tar.gz' -    sha1 '6b706780670a8bec5b3e0355f5dfeeaa37d9a41e' +    sha1 'da4d58fc81462b1e825912615dbbfc6f6b234be0' => :snowleopard +    sha1 '6b706780670a8bec5b3e0355f5dfeeaa37d9a41e' => :lion    end    depends_on "icu4c" if ARGV.include? "--with-icu"  | 
