subprojects: update zlib to 1.3.2
This commit is contained in:
parent
c5344d3c8a
commit
83749dfbed
2 changed files with 7 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
|||
project('zlib', 'c',
|
||||
version : '1.3.1',
|
||||
version : '1.3.2',
|
||||
license : 'zlib',
|
||||
meson_version: '>=0.55.0',
|
||||
)
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
[wrap-file]
|
||||
directory = zlib-1.3.1
|
||||
source_url = https://raw.githubusercontent.com/rizinorg/fallback-repo/main/zlib-1.3.1.tar.gz
|
||||
source_filename = zlib-1.3.1.tar.gz
|
||||
source_hash = 9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23
|
||||
patch_directory = zlib-1.3.1
|
||||
source_fallback_url = https://zlib.net/fossils/zlib-1.3.1.tar.gz
|
||||
directory = zlib-1.3.2
|
||||
source_url = https://raw.githubusercontent.com/rizinorg/fallback-repo/main/zlib-1.3.2.tar.gz
|
||||
source_filename = zlib-1.3.2.tar.gz
|
||||
source_hash = bb329a0a2cd0274d05519d61c667c062e06990d72e125ee2dfa8de64f0119d16
|
||||
patch_directory = zlib-1.3.2
|
||||
source_fallback_url = https://zlib.net/fossils/zlib-1.3.2.tar.gz
|
||||
|
|
|
|||
Loading…
Reference in a new issue