mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 11:40:10 +01:00
meson: upgrade zlib wrap to 1.3.1
`$ meson wrap update zlib`
Cc: mesa-stable
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27311>
(cherry picked from commit 56f31d1847)
This commit is contained in:
parent
a85fda3354
commit
012a8e178c
2 changed files with 10 additions and 9 deletions
|
|
@ -224,7 +224,7 @@
|
||||||
"description": "meson: upgrade zlib wrap to 1.3.1",
|
"description": "meson: upgrade zlib wrap to 1.3.1",
|
||||||
"nominated": true,
|
"nominated": true,
|
||||||
"nomination_type": 0,
|
"nomination_type": 0,
|
||||||
"resolution": 0,
|
"resolution": 1,
|
||||||
"main_sha": null,
|
"main_sha": null,
|
||||||
"because_sha": null,
|
"because_sha": null,
|
||||||
"notes": null
|
"notes": null
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,13 @@
|
||||||
[wrap-file]
|
[wrap-file]
|
||||||
directory = zlib-1.2.13
|
directory = zlib-1.3.1
|
||||||
source_url = http://zlib.net/fossils/zlib-1.2.13.tar.gz
|
source_url = http://zlib.net/fossils/zlib-1.3.1.tar.gz
|
||||||
source_filename = zlib-1.2.13.tar.gz
|
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/zlib_1.3.1-1/zlib-1.3.1.tar.gz
|
||||||
source_hash = b3a24de97a8fdbc835b9833169501030b8977031bcb54b3b3ac13740f846ab30
|
source_filename = zlib-1.3.1.tar.gz
|
||||||
patch_filename = zlib_1.2.13-1_patch.zip
|
source_hash = 9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23
|
||||||
patch_url = https://wrapdb.mesonbuild.com/v2/zlib_1.2.13-1/get_patch
|
patch_filename = zlib_1.3.1-1_patch.zip
|
||||||
patch_hash = 73a0103df54133b10f8774f92e23da048bd22554523e2b833cdb72b2702c0628
|
patch_url = https://wrapdb.mesonbuild.com/v2/zlib_1.3.1-1/get_patch
|
||||||
wrapdb_version = 1.2.13-1
|
patch_hash = e79b98eb24a75392009cec6f99ca5cdca9881ff20bfa174e8b8926d5c7a47095
|
||||||
|
wrapdb_version = 1.3.1-1
|
||||||
|
|
||||||
[provide]
|
[provide]
|
||||||
zlib = zlib_dep
|
zlib = zlib_dep
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue