Skip to content

Commit 13e4600

Browse files
authored
gh-99834: Update macOS installer to Tcl/Tk 8.6.13. (GH-104738)
1 parent a5f244d commit 13e4600

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Mac/BuildScript/build-installer.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -264,10 +264,10 @@ def library_recipes():
264264
tk_patches = ['tk868_on_10_8_10_9.patch']
265265

266266
else:
267-
tcl_tk_ver='8.6.12'
268-
tcl_checksum='87ea890821d2221f2ab5157bc5eb885f'
267+
tcl_tk_ver='8.6.13'
268+
tcl_checksum='43a1fae7412f61ff11de2cfd05d28cfc3a73762f354a417c62370a54e2caf066'
269269

270-
tk_checksum='1d6dcf6120356e3d211e056dff5e462a'
270+
tk_checksum='2e65fa069a23365440a3c56c556b8673b5e32a283800d8d9b257e3f584ce0675'
271271
tk_patches = [ ]
272272

273273

Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update macOS installer to Tcl/Tk 8.6.13.

0 commit comments

Comments
 (0)