Skip to content

Commit 7dc1d98

Browse files
committed
minizip-ng: update to 4.0.1
Signed-off-by: Rosen Penev <[email protected]>
1 parent aefb855 commit 7dc1d98

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

releases.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1868,6 +1868,7 @@
18681868
"minizip"
18691869
],
18701870
"versions": [
1871+
"4.0.1-1",
18711872
"4.0.0-2",
18721873
"4.0.0-1",
18731874
"3.0.10-1",

subprojects/minizip-ng.wrap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[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
66
patch_directory = minizip-ng
77

88
[provide]

subprojects/packagefiles/minizip-ng/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'minizip-ng',
33
'c',
4-
version: '4.0.0',
4+
version: '4.0.1',
55
license: 'BSD-3-Clause',
66
default_options: ['warning_level=1'],
77
meson_version: '>=0.49.0',
@@ -144,7 +144,7 @@ minizip_ng = library(
144144
sources,
145145
c_args: margs,
146146
version: meson.project_version(),
147-
soversion: host_machine.system() == 'windows' ? '' : '3',
147+
soversion: host_machine.system() == 'windows' ? '' : '1',
148148
vs_module_defs: 'mz.def',
149149
dependencies: [
150150
bcrypt_dep,

0 commit comments

Comments
 (0)