Skip to content

Commit

Permalink
minizip-ng: update to 4.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Sep 16, 2023
1 parent aefb855 commit 7dc1d98
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -1868,6 +1868,7 @@
"minizip"
],
"versions": [
"4.0.1-1",
"4.0.0-2",
"4.0.0-1",
"3.0.10-1",
Expand Down
8 changes: 4 additions & 4 deletions subprojects/minizip-ng.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = minizip-ng-4.0.0
source_url = https://github.com/zlib-ng/minizip-ng/archive/refs/tags/4.0.0.tar.gz
source_filename = 4.0.0.tar.gz
source_hash = f9062e576de026fd5026d65597de3b05263cd4d91400cacdbbe36dfa8a642fff
directory = minizip-ng-4.0.1
source_url = https://github.com/zlib-ng/minizip-ng/archive/refs/tags/4.0.1.tar.gz
source_filename = 4.0.1.tar.gz
source_hash = 63e47a2b4dbac0da501f43f4da74f118dfb3ef0dee0ffbbe89428271002260f8
patch_directory = minizip-ng

[provide]
Expand Down
4 changes: 2 additions & 2 deletions subprojects/packagefiles/minizip-ng/meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'minizip-ng',
'c',
version: '4.0.0',
version: '4.0.1',
license: 'BSD-3-Clause',
default_options: ['warning_level=1'],
meson_version: '>=0.49.0',
Expand Down Expand Up @@ -144,7 +144,7 @@ minizip_ng = library(
sources,
c_args: margs,
version: meson.project_version(),
soversion: host_machine.system() == 'windows' ? '' : '3',
soversion: host_machine.system() == 'windows' ? '' : '1',
vs_module_defs: 'mz.def',
dependencies: [
bcrypt_dep,
Expand Down

0 comments on commit 7dc1d98

Please sign in to comment.