diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2018-11-11 11:32:30 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-17 18:43:04 +0700 |
commit | dae9385a5279b972506bacdced1b48c2ccc75afb (patch) | |
tree | 7a7b5e63de307d4c7a81b288fb14a9a0d2d68f3d /python/python3/python3.SlackBuild | |
parent | 22d2c8c8a042b207810f72c6761ff80086fdf247 (diff) | |
download | slackbuilds-dae9385a5279b972506bacdced1b48c2ccc75afb.tar.gz |
python/python3: Updated for version 3.6.7.
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 95c299466f..6c9515b0d3 100644 --- a/python/python3/python3.SlackBuild +++ b/python/python3/python3.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=python3 SRCNAM=Python -VERSION=${VERSION:-3.6.6} +VERSION=${VERSION:-3.6.7} BRANCH_VERSION=$(echo $VERSION | cut -f 1,2 -d . ) BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |