summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2023-05-22 06:33:50 (GMT)
committerGitHub <noreply@github.com>2023-05-22 06:33:50 (GMT)
commit13e460086b007691f2ca1c5ff677cdb70d19eba8 (patch)
treeb80df50ef56ed2e6663f4ec1c55fd4fd04e20f1d /Mac
parenta5f244d627a6815cf2d8ccec836b9b52eb3e8de2 (diff)
downloadcpython-13e460086b007691f2ca1c5ff677cdb70d19eba8.zip
cpython-13e460086b007691f2ca1c5ff677cdb70d19eba8.tar.gz
cpython-13e460086b007691f2ca1c5ff677cdb70d19eba8.tar.bz2
gh-99834: Update macOS installer to Tcl/Tk 8.6.13. (GH-104738)
Diffstat (limited to 'Mac')
-rwxr-xr-xMac/BuildScript/build-installer.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index 5474f87..177fc20 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -264,10 +264,10 @@ def library_recipes():
tk_patches = ['tk868_on_10_8_10_9.patch']
else:
- tcl_tk_ver='8.6.12'
- tcl_checksum='87ea890821d2221f2ab5157bc5eb885f'
+ tcl_tk_ver='8.6.13'
+ tcl_checksum='43a1fae7412f61ff11de2cfd05d28cfc3a73762f354a417c62370a54e2caf066'
- tk_checksum='1d6dcf6120356e3d211e056dff5e462a'
+ tk_checksum='2e65fa069a23365440a3c56c556b8673b5e32a283800d8d9b257e3f584ce0675'
tk_patches = [ ]