diff options
| author | Tim D. Smith | 2015-02-20 16:28:14 -0800 |
|---|---|---|
| committer | Tim D. Smith | 2015-02-20 17:51:42 -0800 |
| commit | f0fb3a242a8f6c5ef4d7d42bb67e812b8cf6fbfc (patch) | |
| tree | 0557a73b9b4114108b481f10c9cbc2f6d7090372 /Library/Formula | |
| parent | ef215c9f87ddf9ff26bf49ccdb95780693f0709c (diff) | |
| download | homebrew-f0fb3a242a8f6c5ef4d7d42bb67e812b8cf6fbfc.tar.bz2 | |
python3: point HEAD to default
There's no 3.5 branch yet.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/python3.rb | 2 |
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" |
