diff options
| author | BrewTestBot | 2015-04-07 08:19:36 +0100 |
|---|---|---|
| committer | Tim D. Smith | 2015-04-07 00:23:43 -0700 |
| commit | db23ad7acdc8dcd34f6d37ac673af1a196af8e96 (patch) | |
| tree | b6fcd18d445c4eb6f1c38af060831d453ce79714 | |
| parent | 2633135d73ff1857f9530effae92fff435ab4a41 (diff) | |
| download | homebrew-db23ad7acdc8dcd34f6d37ac673af1a196af8e96.tar.bz2 | |
python: update 2.7.9 bottle.
| -rw-r--r-- | Library/Formula/python.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 663424d04..e1a48e2d2 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -5,10 +5,10 @@ class Python < Formula sha256 "c8bba33e66ac3201dabdc556f0ea7cfe6ac11946ec32d357c4c6f9b018c12c5b" bottle do - revision 10 - sha1 "bcce4130bceeadd2d23e4f06441c8dd5d23b14df" => :yosemite - sha1 "d2a142d25910f4b30979f799c2920f4bc6a9db31" => :mavericks - sha1 "e8f947a2380376d465c5eff71e012d69243e87e6" => :mountain_lion + revision 11 + sha256 "c79fb412babf09e15f5d6173dcea0f348c99451841635c4bfbcaef0a93b5c016" => :yosemite + sha256 "431899ee2f68a53b39a59fb1c060906b994505ec06e9ef4cfa7db3ad028d1283" => :mavericks + sha256 "0cb8d0e543abe9b1442bc0db31c5cfb3cd79e8e10bc8a15a994c51e73bb7d8d0" => :mountain_lion end # Please don't add a wide/ucs4 option as it won't be accepted. |
