We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d24e776 commit b4374ddCopy full SHA for b4374dd
python/build/libs.py
@@ -36,8 +36,8 @@
36
)
37
38
libopenmpt = AutotoolsProject(
39
- 'https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.7.4+release.autotools.tar.gz',
40
- '1600f9335eae3904089a6286f525812961c54ce36a05dfe6eeaa576dd9328f3f',
+ 'https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.7.9+release.autotools.tar.gz',
+ '0386e918d75d797e79d5b14edd0847165d8b359e9811ef57652c0a356a2dfcf4',
41
'lib/libopenmpt.a',
42
[
43
'--disable-shared', '--enable-static',
@@ -49,7 +49,7 @@
49
'--without-portaudio', '--without-portaudiocpp', '--without-sndfile',
50
'--without-flac',
51
],
52
- base='libopenmpt-0.7.3+release.autotools',
+ base='libopenmpt-0.7.9+release.autotools',
53
54
55
wildmidi = CmakeProject(
0 commit comments