aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-08-24 21:34:21 +0100
committerJack Nagel2014-08-24 15:35:44 -0500
commit979810a69b2dd4e9e0e4374b9eb3f361dc6cd54a (patch)
tree9d2a365826ee36ff0183cdace3bb0168209ce3c7 /Library/Formula/python3.rb
parent927f66f453cc4dece16510f52912a35c7969713b (diff)
downloadhomebrew-979810a69b2dd4e9e0e4374b9eb3f361dc6cd54a.tar.bz2
python3: update 3.4.1_1 bottle.
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index 5eb8c1776..f4f7c950a 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -7,9 +7,10 @@ class Python3 < Formula
revision 1
bottle do
- sha1 "c5c73be8677f650f901ca0800f0531ec32d017ff" => :mavericks
- sha1 "6999a1ab90c356846f8c00a418eb50d715337a71" => :mountain_lion
- sha1 "a77e3d700c22d3b0e9a3071384db458eabf876fb" => :lion
+ revision 1
+ sha1 "c813d417aa9c859fa3743c3fcc5354de8fc2bf7f" => :mavericks
+ sha1 "07b26a28688501be8b7ccd9fdcebab5e554b240b" => :mountain_lion
+ sha1 "ff356ba3edb96acde53fe5ce296ed1bbd856cf62" => :lion
end
VER='3.4' # The <major>.<minor> is used so often.