From 70a152bd4621e7394781891531b3f043c2f0d695 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Thu, 23 Mar 2017 18:19:45 -0400 Subject: [PATCH] oops --- builds/runtimes/python-3.6.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/runtimes/python-3.6.1 b/builds/runtimes/python-3.6.1 index dd9d9bbd..2611342c 100755 --- a/builds/runtimes/python-3.6.1 +++ b/builds/runtimes/python-3.6.1 @@ -5,7 +5,7 @@ OUT_PREFIX=$1 echo "Building Python..." -SOURCE_TARBALL='https://python.org/ftp/python/3.6.0/Python-3.6.1.tgz' +SOURCE_TARBALL='https://python.org/ftp/python/3.6.1/Python-3.6.1.tgz' curl -L $SOURCE_TARBALL | tar xz mv Python-3.6.1 src cd src -- GitLab