diff options
author | Eric Engestrom <[email protected]> | 2020-01-14 15:53:21 +0000 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-01-16 23:06:43 +0000 |
commit | 65641e0c7a29944e19cc068457ee0d59cace8096 (patch) | |
tree | 3c6b3de581ae59fd21904d95ea39c8feb77c78ba /subprojects/expat.wrap | |
parent | d7cef7c67b92df9634741628b1a19bf149eeb773 (diff) |
meson: use github URL for wraps instead of completely unreliable wrapdb
Cc: [email protected]
Signed-off-by: Eric Engestrom <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3391>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3391>
Diffstat (limited to 'subprojects/expat.wrap')
-rw-r--r-- | subprojects/expat.wrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/expat.wrap b/subprojects/expat.wrap index 0b7c53e54db..e36bd5f6827 100644 --- a/subprojects/expat.wrap +++ b/subprojects/expat.wrap @@ -5,6 +5,6 @@ source_url = https://github.com/libexpat/libexpat/releases/download/R_2_2_5/expa source_filename = expat-2.2.5.tar.bz2 source_hash = d9dc32efba7e74f788fcc4f212a43216fc37cf5f23f4c2339664d473353aedf6 -patch_url = https://wrapdb.mesonbuild.com/v1/projects/expat/2.2.5/4/get_zip +patch_url = https://github.com/mesonbuild/expat/releases/download/2.2.5-4/expat.zip patch_filename = expat-2.2.5-4-wrap.zip patch_hash = 25748839be2bbdd2ff586d1a05aa6fc37aeada75c78416df6e8347a6321abaac |