File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1868
1868
" minizip"
1869
1869
],
1870
1870
"versions" : [
1871
+ " 4.0.1-1" ,
1871
1872
" 4.0.0-2" ,
1872
1873
" 4.0.0-1" ,
1873
1874
" 3.0.10-1" ,
Original file line number Diff line number Diff line change 1
1
[wrap-file]
2
- directory = minizip-ng-4.0.0
3
- source_url = https://github.com/zlib-ng/minizip-ng/archive/refs/tags/4.0.0 .tar.gz
4
- source_filename = 4.0.0 .tar.gz
5
- source_hash = f9062e576de026fd5026d65597de3b05263cd4d91400cacdbbe36dfa8a642fff
2
+ directory = minizip-ng-4.0.1
3
+ source_url = https://github.com/zlib-ng/minizip-ng/archive/refs/tags/4.0.1 .tar.gz
4
+ source_filename = 4.0.1 .tar.gz
5
+ source_hash = 63e47a2b4dbac0da501f43f4da74f118dfb3ef0dee0ffbbe89428271002260f8
6
6
patch_directory = minizip-ng
7
7
8
8
[provide]
Original file line number Diff line number Diff line change 1
1
project (
2
2
' minizip-ng' ,
3
3
' c' ,
4
- version : ' 4.0.0 ' ,
4
+ version : ' 4.0.1 ' ,
5
5
license : ' BSD-3-Clause' ,
6
6
default_options : [' warning_level=1' ],
7
7
meson_version : ' >=0.49.0' ,
@@ -144,7 +144,7 @@ minizip_ng = library(
144
144
sources,
145
145
c_args : margs,
146
146
version : meson .project_version(),
147
- soversion : host_machine .system() == ' windows' ? '' : ' 3 ' ,
147
+ soversion : host_machine .system() == ' windows' ? '' : ' 1 ' ,
148
148
vs_module_defs : ' mz.def' ,
149
149
dependencies : [
150
150
bcrypt_dep,
You can’t perform that action at this time.
0 commit comments