aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-05-19 13:12:05 +0100
committerAdam Vandenberg2014-05-19 06:46:03 -0700
commit8609ef835b8fcb8c58e970388fd37a6f310636fa (patch)
tree247fe2623dfd4329504c3d1bcda1ce676e75d46a /Library/Formula/python3.rb
parent775527648094d2cd7cc85e0c08a7984d30444a7a (diff)
downloadhomebrew-8609ef835b8fcb8c58e970388fd37a6f310636fa.tar.bz2
python3: update 3.4.1 bottle.
Closes #29387. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index 16f57b9d1..5166c6d10 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -6,9 +6,9 @@ class Python3 < Formula
sha1 'e8c1bd575a6ccc2a75f79d9d094a6a29d3802f5d'
bottle do
- sha1 "0b1ac4c596a2feeea3869e7d332d5e94fec56074" => :mavericks
- sha1 "be6e2eb4f99c04ec2533449033faa09dd11d0e51" => :mountain_lion
- sha1 "70af6aeb01ec8fbeb0e029677b1fa8bb2d1b5a7e" => :lion
+ sha1 "e86f7aede6e519a426e326f5020dc780ee39f05e" => :mavericks
+ sha1 "ad0bdc7fbf3f5079d134405fc83465634e07c40d" => :mountain_lion
+ sha1 "942f16fe68c47b267c958eca67f3754b412bd10d" => :lion
end
VER='3.4' # The <major>.<minor> is used so often.