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 a38e04b566)

Co-authored-by: Ned Deily <nad@python.org>
This commit is contained in:
Miss Islington (bot) 2021-01-04 02:17:30 -08:00 committed by GitHub
parent b0ee2b492d
commit cb882f97bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -263,10 +263,10 @@ def library_recipes():
tk_patches = ['tk868_on_10_8_10_9.patch']
else:
tcl_tk_ver='8.6.10'
tcl_checksum='97c55573f8520bcab74e21bfd8d0aadc'
tcl_tk_ver='8.6.11'
tcl_checksum='8a4c004f48984a03a7747e9ba06e4da4'
tk_checksum='602a47ad9ecac7bf655ada729d140a94'
tk_checksum='c7ee71a2d05bba78dfffd76528dc17c6'
tk_patches = [ ]

View File

@ -0,0 +1,2 @@
Update macOS installer build to use Tcl/Tk 8.6.11 (rc2, expected to be final
release).