Browse Source

Update python3 to 3.6.3

master
mid-kid 7 years ago
parent
commit
380e644d9d
  1. 4
      satellites/python3.sat

4
satellites/python3.sat

@ -1,13 +1,13 @@
import 'compile/configure' import 'compile/configure'
name=Python name=Python
version=3.6.2 version=3.6.3
update_url='https://www.python.org/downloads/' update_url='https://www.python.org/downloads/'
define_option '2to3-symlink: Install the 2to3 symlink (it may conflict with python2)' define_option '2to3-symlink: Install the 2to3 symlink (it may conflict with python2)'
dlextract "https://www.python.org/ftp/python/$version/$name-$version.tar.xz" \ dlextract "https://www.python.org/ftp/python/$version/$name-$version.tar.xz" \
'2c68846471994897278364fc18730dd9' 'b9c2c36c33fb89bda1fefd37ad5af9be'
_ _
cd "$name-$version" cd "$name-$version"

Loading…
Cancel
Save