Skip to content

Commit b4374dd

Browse files
committed
python/build/libs.py: update libopenmpt to 0.7.9
1 parent d24e776 commit b4374dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/build/libs.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
)
3737

3838
libopenmpt = AutotoolsProject(
39-
'https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.7.4+release.autotools.tar.gz',
40-
'1600f9335eae3904089a6286f525812961c54ce36a05dfe6eeaa576dd9328f3f',
39+
'https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.7.9+release.autotools.tar.gz',
40+
'0386e918d75d797e79d5b14edd0847165d8b359e9811ef57652c0a356a2dfcf4',
4141
'lib/libopenmpt.a',
4242
[
4343
'--disable-shared', '--enable-static',
@@ -49,7 +49,7 @@
4949
'--without-portaudio', '--without-portaudiocpp', '--without-sndfile',
5050
'--without-flac',
5151
],
52-
base='libopenmpt-0.7.3+release.autotools',
52+
base='libopenmpt-0.7.9+release.autotools',
5353
)
5454

5555
wildmidi = CmakeProject(

0 commit comments

Comments
 (0)