diff options
author | Max Kellermann <max@musicpd.org> | 2019-09-01 13:02:56 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-09-01 13:02:56 +0200 |
commit | 928bee933db20b1be65d5f434dce009523f9abae (patch) | |
tree | 6dca9fed344b45db49d40ba6c8267e6308d4b407 /python/build/libs.py | |
parent | 4d1720c886f4f3ae6fe998502f27790aab02d5b0 (diff) |
python/build/libs: update expat to 2.2.7
Diffstat (limited to 'python/build/libs.py')
-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 7b98c4930..270765fec 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -365,8 +365,8 @@ curl = AutotoolsProject( ) libexpat = AutotoolsProject( - 'https://github.com/libexpat/libexpat/releases/download/R_2_2_6/expat-2.2.6.tar.bz2', - '17b43c2716d521369f82fc2dc70f359860e90fa440bea65b3b85f0b246ea81f2', + 'https://github.com/libexpat/libexpat/releases/download/R_2_2_7/expat-2.2.7.tar.bz2', + 'cbc9102f4a31a8dafd42d642e9a3aa31e79a0aedaa1f6efd2795ebc83174ec18', 'lib/libexpat.a', [ '--disable-shared', '--enable-static', |