Issue #15663: Update OS X installer to use Tcl/Tk 8.5.15. · pythoncapi/cpython@ea41d5f · GitHub
Skip to content

Commit ea41d5f

Browse files
committed
Issue python#15663: Update OS X installer to use Tcl/Tk 8.5.15.
1 parent 5375b49 commit ea41d5f

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

Mac/BuildScript/README.txt

Lines changed: 4 additions & 4 deletions

Mac/BuildScript/build-installer.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ def library_recipes():
196196
if DEPTARGET > '10.5':
197197
result.extend([
198198
dict(
199-
name="Tcl 8.5.14",
200-
url="ftp://ftp.tcl.tk/pub/tcl//tcl8_5/tcl8.5.14-src.tar.gz",
201-
checksum='44b50e58ab45dd272f6714dce2129123',
199+
name="Tcl 8.5.15",
200+
url="ftp://ftp.tcl.tk/pub/tcl//tcl8_5/tcl8.5.15-src.tar.gz",
201+
checksum='f3df162f92c69b254079c4d0af7a690f',
202202
buildDir="unix",
203203
configure_pre=[
204204
'--enable-shared',
@@ -212,9 +212,9 @@ def library_recipes():
212212
},
213213
),
214214
dict(
215-
name="Tk 8.5.14",
216-
url="ftp://ftp.tcl.tk/pub/tcl//tcl8_5/tk8.5.14-src.tar.gz",
217-
checksum='a9c48921b3688020470cd3a6dd4e867d',
215+
name="Tk 8.5.15",
216+
url="ftp://ftp.tcl.tk/pub/tcl//tcl8_5/tk8.5.15-src.tar.gz",
217+
checksum='55b8e33f903210a4e1c8bce0f820657f',
218218
buildDir="unix",
219219
configure_pre=[
220220
'--enable-aqua',

Misc/NEWS

Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)