bpo-32901: update macOS 10.9+ installer to Tcl/Tk 8.6.8 · python/cpython@a7edca7 (original) (raw)

Original file line number Diff line number Diff line change
@@ -225,9 +225,9 @@ def library_recipes():
225 225 if internalTk():
226 226 result.extend([
227 227 dict(
228 -name="Tcl 8.6.7",
229 -url="ftp://ftp.tcl.tk/pub/tcl//tcl8\_6/tcl8.6.7\-src.tar.gz",
230 -checksum='5673aaf45b5de5d8dd80bb3daaeb8838',
228 +name="Tcl 8.6.8",
229 +url="ftp://ftp.tcl.tk/pub/tcl//tcl8\_6/tcl8.6.8\-src.tar.gz",
230 +checksum='81656d3367af032e0ae6157eff134f89',
231 231 buildDir="unix",
232 232 configure_pre=[
233 233 '--enable-shared',
@@ -241,9 +241,12 @@ def library_recipes():
241 241 },
242 242 ),
243 243 dict(
244 -name="Tk 8.6.7",
245 -url="ftp://ftp.tcl.tk/pub/tcl//tcl8\_6/tk8.6.7-src.tar.gz",
246 -checksum='46ea9c0165c515d87393700f4891ab6f',
244 +name="Tk 8.6.8",
245 +url="ftp://ftp.tcl.tk/pub/tcl//tcl8\_6/tk8.6.8-src.tar.gz",
246 +checksum='5e0faecba458ee1386078fb228d008ba',
247 +patches=[
248 +"tk868_on_10_8_10_9.patch",
249 + ],
247 250 buildDir="unix",
248 251 configure_pre=[
249 252 '--enable-aqua',