From 72b307332243d76e89447d09f0028ad6a8030bdc Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Tue, 10 Apr 2012 11:01:08 -0500 Subject: [PATCH] boost: add Snow Leopard bottle --- Formula/boost.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/boost.rb b/Formula/boost.rb index 8f50f483ae1..e57384dc73e 100644 --- a/Formula/boost.rb +++ b/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"