From 688023eb9e6255147ab912e1cb3b8a756fa3bcc6 Mon Sep 17 00:00:00 2001 From: Max Kellermann <max.kellermann@gmail.com> Date: Tue, 23 Jul 2024 13:07:49 +0200 Subject: [PATCH] python/build/libs.py: update libopenmpt to 0.7.9 --- python/build/libs.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/build/libs.py b/python/build/libs.py index 2bc9674d3..68a5648d7 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -116,8 +116,8 @@ libmodplug = AutotoolsProject( ) libopenmpt = AutotoolsProject( - 'https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.7.3+release.autotools.tar.gz', - '2cf8369b7916b09264f3f14b9fb6cef35a6e9bee0328dec4f49d98211ccfd722', + 'https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.7.9+release.autotools.tar.gz', + '0386e918d75d797e79d5b14edd0847165d8b359e9811ef57652c0a356a2dfcf4', 'lib/libopenmpt.a', [ '--disable-shared', '--enable-static', @@ -129,7 +129,7 @@ libopenmpt = AutotoolsProject( '--without-portaudio', '--without-portaudiocpp', '--without-sndfile', '--without-flac', ], - base='libopenmpt-0.6.6+release.autotools', + base='libopenmpt-0.7.9+release.autotools', ) wildmidi = CmakeProject(