Skip to content

Commit cb882f9

Browse files
bpo-42361: Update macOS installer build to use Tcl/Tk 8.6.11 (GH-24081)
As of 2021-01-03, Tcl/Tk 8.6.11rc2 is expected to be the final release. (cherry picked from commit a38e04b) Co-authored-by: Ned Deily <[email protected]>
1 parent b0ee2b4 commit cb882f9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Mac/BuildScript/build-installer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,10 +263,10 @@ def library_recipes():
263263
tk_patches = ['tk868_on_10_8_10_9.patch']
264264

265265
else:
266-
tcl_tk_ver='8.6.10'
267-
tcl_checksum='97c55573f8520bcab74e21bfd8d0aadc'
266+
tcl_tk_ver='8.6.11'
267+
tcl_checksum='8a4c004f48984a03a7747e9ba06e4da4'
268268

269-
tk_checksum='602a47ad9ecac7bf655ada729d140a94'
269+
tk_checksum='c7ee71a2d05bba78dfffd76528dc17c6'
270270
tk_patches = [ ]
271271

272272

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Update macOS installer build to use Tcl/Tk 8.6.11 (rc2, expected to be final
2+
release).

0 commit comments

Comments
 (0)