Skip to content

Commit f4de78d

Browse files
committed
downloads: upgrade tk to 8.6.10
1 parent fc2568a commit f4de78d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cpython-unix/build-tk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export PATH=${TOOLS_PATH}/deps/bin:${TOOLS_PATH}/${TOOLCHAIN}/bin:${TOOLS_PATH}/
1111
export PKG_CONFIG_PATH=${TOOLS_PATH}/deps/share/pkgconfig:${TOOLS_PATH}/deps/lib/pkgconfig
1212

1313
tar -xf tk${TK_VERSION}-src.tar.gz
14-
pushd tk8.6.9/unix
14+
pushd tk${TK_VERSION}/unix
1515

1616
CFLAGS="-fPIC"
1717
LDFLAGS=""

pythonbuild/downloads.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,10 +308,10 @@
308308
"license_file": "LICENSE.tix.txt",
309309
},
310310
"tk": {
311-
"url": "https://prdownloads.sourceforge.net/tcl/tk8.6.9.1-src.tar.gz",
312-
"size": 4364603,
313-
"sha256": "8fcbcd958a8fd727e279f4cac00971eee2ce271dc741650b1fc33375fb74ebb4",
314-
"version": "8.6.9.1",
311+
"url": "https://prdownloads.sourceforge.net/tcl/tk8.6.10-src.tar.gz",
312+
"size": 4444764,
313+
"sha256": "63df418a859d0a463347f95ded5cd88a3dd3aaa1ceecaeee362194bc30f3e386",
314+
"version": "8.6.10",
315315
"library_names": ["tk8.6"],
316316
"licenses": ["TCL"],
317317
"license_file": "LICENSE.tcl.txt",

0 commit comments

Comments
 (0)