aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-08-22 19:04:07 +0100
committerMike McQuaid2014-08-24 17:14:18 +0100
commitead1e225dcb4ac7317d89a90aa2f5811f79ad73f (patch)
tree478f527029786358d4e47529f6760a36c1dcfb75 /Library/Formula/python3.rb
parent8b655ee651fc67eda290464ced5de84142abed6b (diff)
downloadhomebrew-ead1e225dcb4ac7317d89a90aa2f5811f79ad73f.tar.bz2
python3: update 3.4.1_1 bottle.
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 8bf01e575..5eb8c1776 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -7,9 +7,9 @@ class Python3 < Formula
revision 1
bottle do
- sha1 "e86f7aede6e519a426e326f5020dc780ee39f05e" => :mavericks
- sha1 "ad0bdc7fbf3f5079d134405fc83465634e07c40d" => :mountain_lion
- sha1 "942f16fe68c47b267c958eca67f3754b412bd10d" => :lion
+ sha1 "c5c73be8677f650f901ca0800f0531ec32d017ff" => :mavericks
+ sha1 "6999a1ab90c356846f8c00a418eb50d715337a71" => :mountain_lion
+ sha1 "a77e3d700c22d3b0e9a3071384db458eabf876fb" => :lion
end
VER='3.4' # The <major>.<minor> is used so often.