From 380e644d9d896a87490dc64bc7ad9bb2b9431125 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Wed, 18 Oct 2017 23:07:05 +0200 Subject: [PATCH] Update python3 to 3.6.3 --- satellites/python3.sat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/satellites/python3.sat b/satellites/python3.sat index b4b9585..061c8da 100644 --- a/satellites/python3.sat +++ b/satellites/python3.sat @@ -1,13 +1,13 @@ import 'compile/configure' name=Python -version=3.6.2 +version=3.6.3 update_url='https://www.python.org/downloads/' 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" \ - '2c68846471994897278364fc18730dd9' + 'b9c2c36c33fb89bda1fefd37ad5af9be' _ cd "$name-$version"