Skip to content

Commit fc2568a

Browse files
committed
downloads: upgrade tcl to 8.6.10
1 parent 5bde2a0 commit fc2568a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

cpython-unix/build-cpython.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ rm -f ${ROOT}/out/python/build/lib/{libdb-6.0,libxcb-*,libX11-xcb}.a
264264
# Copy tcl/tk/tix resources needed by tkinter.
265265
if [ "${PYBUILD_PLATFORM}" != "macos" ]; then
266266
mkdir ${ROOT}/out/python/install/lib/tcl
267-
for source in ${TOOLS_PATH}/deps/lib/{tcl8,tcl8.6,thread2.8.4,Tix8.4.3,tk8.6}; do
267+
for source in ${TOOLS_PATH}/deps/lib/{tcl8,tcl8.6,thread2.8.5,Tix8.4.3,tk8.6}; do
268268
cp -av $source ${ROOT}/out/python/install/lib/tcl/
269269
done
270270
fi

cpython-unix/build-tcl.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ ROOT=`pwd`
1010
export PATH=${TOOLS_PATH}/${TOOLCHAIN}/bin:${TOOLS_PATH}/host/bin:$PATH
1111
export PKG_CONFIG_PATH=${TOOLS_PATH}/deps/share/pkgconfig:${TOOLS_PATH}/deps/lib/pkgconfig
1212

13-
tar -xf tcl8.6.9-src.tar.gz
14-
pushd tcl8.6.9
13+
tar -xf tcl${TCL_VERSION}-src.tar.gz
14+
pushd tcl${TCL_VERSION}
1515

1616
patch -p1 << 'EOF'
1717
diff --git a/unix/Makefile.in b/unix/Makefile.in

pythonbuild/downloads.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,10 +291,10 @@
291291
"version": "5.28.1.1",
292292
},
293293
"tcl": {
294-
"url": "https://prdownloads.sourceforge.net/tcl/tcl8.6.9-src.tar.gz",
295-
"size": 10000896,
296-
"sha256": "ad0cd2de2c87b9ba8086b43957a0de3eb2eb565c7159d5f53ccbba3feb915f4e",
297-
"version": "8.6.9",
294+
"url": "https://prdownloads.sourceforge.net/tcl/tcl8.6.10-src.tar.gz",
295+
"size": 10144235,
296+
"sha256": "5196dbf6638e3df8d5c87b5815c8c2b758496eb6f0e41446596c9a4e638d87ed",
297+
"version": "8.6.10",
298298
"library_names": ["tcl8.6"],
299299
"licenses": ["TCL"],
300300
"license_file": "LICENSE.tcl.txt",

0 commit comments

Comments
 (0)