diff options
author | Max Kellermann <max@musicpd.org> | 2019-09-01 12:59:17 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-09-01 12:59:17 +0200 |
commit | 28a441c9771eed2c0fcefbab345f5882a573b6df (patch) | |
tree | 4981735190f7fc820e8278af2c36998698821bb5 | |
parent | 8cf50b08f29aa33c4fa402bc420d9703a68e8be8 (diff) |
python/build/libs: update Opus to 1.3.1
-rw-r--r-- | python/build/libs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/build/libs.py b/python/build/libs.py index ea2585dd7..3ef34dea5 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -38,8 +38,8 @@ libvorbis = AutotoolsProject( ) opus = AutotoolsProject( - 'https://archive.mozilla.org/pub/opus/opus-1.3.tar.gz', - '4f3d69aefdf2dbaf9825408e452a8a414ffc60494c70633560700398820dc550', + 'https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz', + '65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d', 'lib/libopus.a', [ '--disable-shared', '--enable-static', |