aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-10-08 19:31:30 +0100
committerTim D. Smith2014-10-08 13:41:36 -0700
commit965128e99b2278a8456f62ab0c33c52a1b316bdc (patch)
tree49165c96d9a21937dc80e0970c4c18ac6e5ad2aa /Library/Formula/python3.rb
parentfc8849ab1293460814ae4e82a43b89dc7cf689c3 (diff)
downloadhomebrew-965128e99b2278a8456f62ab0c33c52a1b316bdc.tar.bz2
python3: update 3.4.2 bottle.
Closes #33028. Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index 137a40fc1..799c6fa9f 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -6,10 +6,9 @@ class Python3 < Formula
sha1 "0727d8a8498733baabe6f51632b9bab0cbaa9ada"
bottle do
- revision 1
- sha1 "c813d417aa9c859fa3743c3fcc5354de8fc2bf7f" => :mavericks
- sha1 "07b26a28688501be8b7ccd9fdcebab5e554b240b" => :mountain_lion
- sha1 "ff356ba3edb96acde53fe5ce296ed1bbd856cf62" => :lion
+ sha1 "fd271aeeff5971fc8570b368603f85d551041df7" => :mavericks
+ sha1 "548aeec37a6ebbc5f0481d87dd17d260f3c17391" => :mountain_lion
+ sha1 "28b35ed1a59bae88da10235379e31554e2c0342d" => :lion
end
VER="3.4" # The <major>.<minor> is used so often.