subprojects: update xz to 5.8.3
This commit is contained in:
parent
59d8c998e5
commit
c5344d3c8a
6 changed files with 8 additions and 8 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
[wrap-file]
|
[wrap-file]
|
||||||
directory = xz-5.8.1
|
directory = xz-5.8.3
|
||||||
source_url = https://raw.githubusercontent.com/rizinorg/fallback-repo/main/xz-5.8.1.tar.gz
|
source_url = https://raw.githubusercontent.com/rizinorg/fallback-repo/main/xz-5.8.3.tar.gz
|
||||||
source_fallback_url = https://github.com/tukaani-project/xz/releases/download/v5.8.1/xz-5.8.1.tar.gz
|
source_fallback_url = https://github.com/tukaani-project/xz/releases/download/v5.8.3/xz-5.8.3.tar.gz
|
||||||
# source_fallback_url = https://tukaani.org/xz/xz-5.8.1.tar.gz // possibly has different hash, let's prefer github
|
# source_fallback_url = https://tukaani.org/xz/xz-5.8.3.tar.gz // possibly has different hash, let's prefer github
|
||||||
source_filename = xz-5.8.1.tar.gz
|
source_filename = xz-5.8.3.tar.gz
|
||||||
source_hash = 507825b599356c10dca1cd720c9d0d0c9d5400b9de300af00e4d1ea150795543
|
source_hash = 3d3a1b973af218114f4f889bbaa2f4c037deaae0c8e815eec381c3d546b974a0
|
||||||
patch_directory = xz-5.8.1
|
patch_directory = xz-5.8.3
|
||||||
|
|
||||||
[provide]
|
[provide]
|
||||||
liblzma = lzma_dep
|
liblzma = lzma_dep
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# liblzma is what upstream uses for their pkg-config name
|
# liblzma is what upstream uses for their pkg-config name
|
||||||
project('liblzma', 'c',
|
project('liblzma', 'c',
|
||||||
version : '5.8.1',
|
version : '5.8.3',
|
||||||
license : ['PD', 'LGPL2', 'GPL2', 'GPL3'],
|
license : ['PD', 'LGPL2', 'GPL2', 'GPL3'],
|
||||||
meson_version: '>=0.55.0',
|
meson_version: '>=0.55.0',
|
||||||
)
|
)
|
||||||
Loading…
Reference in a new issue