aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorTim D. Smith2015-02-20 16:28:14 -0800
committerTim D. Smith2015-02-20 17:51:42 -0800
commitf0fb3a242a8f6c5ef4d7d42bb67e812b8cf6fbfc (patch)
tree0557a73b9b4114108b481f10c9cbc2f6d7090372 /Library/Formula/python3.rb
parentef215c9f87ddf9ff26bf49ccdb95780693f0709c (diff)
downloadhomebrew-f0fb3a242a8f6c5ef4d7d42bb67e812b8cf6fbfc.tar.bz2
python3: point HEAD to default
There's no 3.5 branch yet.
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index 40f5c4099..553c8a38f 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -11,7 +11,7 @@ class Python3 < Formula
sha1 "f2df5040f65cd509bbd33666fe09eb329d2b81bc" => :mountain_lion
end
- head "https://hg.python.org/cpython", :using => :hg, :branch => "3.5"
+ head "https://hg.python.org/cpython", :using => :hg
devel do
url "https://www.python.org/ftp/python/3.5.0/Python-3.5.0a1.tgz"