python/python3: Updated for version 3.6.7.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
parent
22d2c8c8a0
commit
dae9385a52
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
PRGNAM=python3
|
PRGNAM=python3
|
||||||
SRCNAM=Python
|
SRCNAM=Python
|
||||||
VERSION=${VERSION:-3.6.6}
|
VERSION=${VERSION:-3.6.7}
|
||||||
BRANCH_VERSION=$(echo $VERSION | cut -f 1,2 -d . )
|
BRANCH_VERSION=$(echo $VERSION | cut -f 1,2 -d . )
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="python3"
|
PRGNAM="python3"
|
||||||
VERSION="3.6.6"
|
VERSION="3.6.7"
|
||||||
HOMEPAGE="https://www.python.org/"
|
HOMEPAGE="https://www.python.org/"
|
||||||
DOWNLOAD="https://www.python.org/ftp/python/3.6.6/Python-3.6.6.tar.xz"
|
DOWNLOAD="https://www.python.org/ftp/python/3.6.7/Python-3.6.7.tar.xz"
|
||||||
MD5SUM="c3f30a0aff425dda77d19e02f420d6ba"
|
MD5SUM="bb1e10f5cedf21fcf52d2c7e5b963c96"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue