aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorTim D. Smith2015-04-04 15:09:10 -0700
committerTim D. Smith2015-04-05 17:20:45 -0700
commit6a6523a0656d9220f24f3d6fec6095452c3fe722 (patch)
tree588f4effd049bd771d941e96fe4d97072b92229c /Library/Formula/python3.rb
parentf4aa394fc24d888e02071c19197bf6abb725cada (diff)
downloadhomebrew-6a6523a0656d9220f24f3d6fec6095452c3fe722.tar.bz2
python3 3.5.0a3 (devel)
Closes #38369.
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 adbac7a6a..0e7807a26 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -13,8 +13,8 @@ class Python3 < Formula
head "https://hg.python.org/cpython", :using => :hg
devel do
- url "https://www.python.org/ftp/python/3.5.0/Python-3.5.0a2.tgz"
- sha256 "b15ba6931f5c7231577f3608958ae6616872da536eca3ba8aced820cdda15a18"
+ url "https://www.python.org/ftp/python/3.5.0/Python-3.5.0a3.tgz"
+ sha256 "c711dcc0b0273dde65d642983784168f082771a88dd7c1d899b66a172af9bf8d"
end
option :universal
@@ -36,8 +36,8 @@ class Python3 < Formula
skip_clean "bin/easy_install3", "bin/easy_install-3.4", "bin/easy_install-3.5"
resource "setuptools" do
- url "https://pypi.python.org/packages/source/s/setuptools/setuptools-12.2.tar.gz"
- sha1 "b36aaa86fe762eb66d2abc860405410158fadfe8"
+ url "https://pypi.python.org/packages/source/s/setuptools/setuptools-15.0.tar.gz"
+ sha256 "718d13adf87f99a45835bb20e0a1c4c036de644cd32b3f112639403aa04ebeb5"
end
resource "pip" do