aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorBrewTestBot2015-01-29 06:47:59 +0000
committerTim D. Smith2015-01-28 23:03:33 -0800
commitd2b3ad0b8263f2092930065b99f02c24be0b5cc5 (patch)
tree1b6b10009c811bc7a374f46bff891401734c521e /Library/Formula/python3.rb
parent369a7844ff871f100ac71a7c88e885b44a78812d (diff)
downloadhomebrew-d2b3ad0b8263f2092930065b99f02c24be0b5cc5.tar.bz2
python3: update 3.4.2_1 bottle.
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index 622d32b9d..22ba55411 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -5,10 +5,10 @@ class Python3 < Formula
revision 1
bottle do
- revision 3
- sha1 "61018aa7eb9055cf7f5e1b2fadc48ecdb20c02e7" => :yosemite
- sha1 "2eda82cd5f0420ccf8f58e4c78f561d5d5c1e824" => :mavericks
- sha1 "6ca6870ef9cab3c1851b02402f12fbaec79bf9c5" => :mountain_lion
+ revision 4
+ sha1 "bafbd760dc7cdc3e0d782714e866006200f2f128" => :yosemite
+ sha1 "aeff86cffe18f6aea643e90e56032fb272c9612f" => :mavericks
+ sha1 "a27901327dad9d61f50be6e2dbde59116da682e2" => :mountain_lion
end
VER="3.4" # The <major>.<minor> is used so often.