diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2018-09-05 19:22:52 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-09-08 08:37:57 +0700 |
commit | 82e45160f1f148cfc4c6eb9e167909724bde5f77 (patch) | |
tree | b984d63b50086f87d8559717abefce643026eec7 /python/python3/python3.SlackBuild | |
parent | 74070e2a3e8a9d902bc15d405d548228a5985ad9 (diff) | |
download | slackbuilds-82e45160f1f148cfc4c6eb9e167909724bde5f77.tar.gz |
python/python3: Updated for version 3.6.6.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python/python3/python3.SlackBuild')
-rw-r--r-- | python/python3/python3.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3/python3.SlackBuild b/python/python3/python3.SlackBuild index e99808ebcd..95c299466f 100644 --- a/python/python3/python3.SlackBuild +++ b/python/python3/python3.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=python3 SRCNAM=Python -VERSION=${VERSION:-3.6.5} +VERSION=${VERSION:-3.6.6} BRANCH_VERSION=$(echo $VERSION | cut -f 1,2 -d . ) BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |