1
0
forked from ports/opt

python3: fix source url

This commit is contained in:
Danny Rawlins 2017-02-04 20:08:27 +11:00
parent 11a1aa84cf
commit 246e7c51a5

View File

@ -6,7 +6,7 @@
name=python3
version=3.6.0
release=1
source=(https://www.python.org/ftp/$name/$version/Python-$version.tar.xz)
source=(https://www.python.org/ftp/python/$version/Python-$version.tar.xz)
build() {
cd Python-$version