aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-04-03 20:02:11 +0100
committerMike McQuaid2014-04-03 20:21:30 +0100
commitec660d18c16ba76b3be8c82ac2e8232ac368a233 (patch)
treecd9aa802e6bc1b3070149d25530a7b74c0f3175f /Library/Formula/python3.rb
parent476be213e70946cd83677f6a3c62c9b10cf2291d (diff)
downloadhomebrew-ec660d18c16ba76b3be8c82ac2e8232ac368a233.tar.bz2
python3: add 3.4.0 bottle.
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index f2d8acbea..5e20ba9bb 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -5,6 +5,12 @@ class Python3 < Formula
url 'https://python.org/ftp/python/3.4.0/Python-3.4.0.tgz'
sha1 'bb5125d1c437caa5a62e0a3d0fee298e91196d6f'
+ bottle do
+ sha1 "bb20c186917b11251be7c56a90b755add47eca38" => :mavericks
+ sha1 "13d450a6fc69566425327d6831827fae435767e0" => :mountain_lion
+ sha1 "cbf841f5d6dff6944535bae5c13da4c4abf2cd26" => :lion
+ end
+
VER='3.4' # The <major>.<minor> is used so often.
head 'http://hg.python.org/cpython', :using => :hg, :branch => VER