Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e0469 commit e6f8a73Copy full SHA for e6f8a73
1 file changed
Mac/BuildScript/build-installer.py
@@ -270,9 +270,9 @@ def library_recipes():
270
if PYTHON_3:
271
result.extend([
272
dict(
273
- name="XZ 5.2.2",
274
- url="http://tukaani.org/xz/xz-5.2.2.tar.gz",
275
- checksum='7cf6a8544a7dae8e8106fdf7addfa28c',
+ name="XZ 5.2.3",
+ url="http://tukaani.org/xz/xz-5.2.3.tar.gz",
+ checksum='ef68674fb47a8b8e741b34e429d86e9d',
276
configure_pre=[
277
'--disable-dependency-tracking',
278
]
0 commit comments