diff options
| author | BrewTestBot | 2014-07-02 10:16:51 +0100 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-07-02 07:54:15 -0700 | 
| commit | 22e80babcf8973f328cd869606abcf7a9c0a2474 (patch) | |
| tree | 5bb6ae577a4cfce8c4af8867b6ac5f131321a952 /Library/Formula/python.rb | |
| parent | 005b3fb1bbf612a903c2b80f3941e83e5c9f6717 (diff) | |
| download | homebrew-22e80babcf8973f328cd869606abcf7a9c0a2474.tar.bz2 | |
python: update 2.7.8 bottle.
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index f53be2dad..5f6da4630 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -7,6 +7,9 @@ class Python < Formula    sha1 "511960dd78451a06c9df76509635aeec05b2051a"    bottle do +    sha1 "11c4ad33f1a0ec2a9dee025f246e67a0783e8bdb" => :mavericks +    sha1 "522a99761335205b29f348dd9861dc6630a29a35" => :mountain_lion +    sha1 "07ba7ee28c2d6a6d8fcc613b27574090f0e2f27e" => :lion    end    option :universal | 
