diff options
| author | BrewTestBot | 2014-08-11 01:55:07 +0100 | 
|---|---|---|
| committer | Misty De Meo | 2014-08-10 17:56:38 -0700 | 
| commit | e50adde2cc9e378a16afe46be6911f9938771638 (patch) | |
| tree | adc81d1adb75985c3a2e506a42c70635e91d7511 | |
| parent | 54df4613ca869e939ffb9e9f56a1d2d516ec058a (diff) | |
| download | homebrew-e50adde2cc9e378a16afe46be6911f9938771638.tar.bz2 | |
scons: update 2.3.2_1 bottle.
Closes #31502.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
| -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 | 
