diff options
| -rw-r--r-- | Library/Formula/scons.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/scons.rb b/Library/Formula/scons.rb index 5fb533cef..34869fa72 100644 --- a/Library/Formula/scons.rb +++ b/Library/Formula/scons.rb @@ -8,9 +8,9 @@ class Scons < Formula    bottle do      cellar :any -    sha1 "65c501c87d7e206741771557a15acf70f46ce1d9" => :mavericks -    sha1 "f3b905adce064f5d11b3cca45e613eb20cbce4f6" => :mountain_lion -    sha1 "50344e59e5f99675239891ba92aaed4a70323b5e" => :lion +    sha1 "59050aba17abff544a0653a2f12ae41b3ea255a0" => :mavericks +    sha1 "6702ca156e864375ef01518fee9723d4d1110c66" => :mountain_lion +    sha1 "08e0c669f54b07f58d10aa160f0dc9fe75e9bf77" => :lion    end    # Upstream patch to fix compatibility with Python pre-2.7 | 
