Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4fa95c6

Browse filesBrowse files
authored
gh-116145: Update macOS installer to Tcl/Tk 8.6.14 (GH-116151)
1 parent 3cc5ae5 commit 4fa95c6
Copy full SHA for 4fa95c6

File tree

Expand file treeCollapse file tree

3 files changed

+5
-86
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+5
-86
lines changed

‎Mac/BuildScript/backport_gh92603_fix.patch

Copy file name to clipboardExpand all lines: Mac/BuildScript/backport_gh92603_fix.patch
-82Lines changed: 0 additions & 82 deletions
This file was deleted.

‎Mac/BuildScript/build-installer.py

Copy file name to clipboardExpand all lines: Mac/BuildScript/build-installer.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -264,11 +264,11 @@ def library_recipes():
264264
tk_patches = ['backport_gh71383_fix.patch', 'tk868_on_10_8_10_9.patch', 'backport_gh110950_fix.patch']
265265

266266
else:
267-
tcl_tk_ver='8.6.13'
268-
tcl_checksum='43a1fae7412f61ff11de2cfd05d28cfc3a73762f354a417c62370a54e2caf066'
267+
tcl_tk_ver='8.6.14'
268+
tcl_checksum='5880225babf7954c58d4fb0f5cf6279104ce1cd6aa9b71e9a6322540e1c4de66'
269269

270-
tk_checksum='2e65fa069a23365440a3c56c556b8673b5e32a283800d8d9b257e3f584ce0675'
271-
tk_patches = ['backport_gh92603_fix.patch', 'backport_gh71383_fix.patch', 'backport_gh110950_fix.patch']
270+
tk_checksum='8ffdb720f47a6ca6107eac2dd877e30b0ef7fac14f3a84ebbd0b3612cee41a94'
271+
tk_patches = []
272272

273273

274274
base_url = "https://prdownloads.sourceforge.net/tcl/{what}{version}-src.tar.gz"
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update macOS installer to Tcl/Tk 8.6.14.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.