Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minizip-ng: update to 4.0.1 #1172

Merged
merged 1 commit into from
Sep 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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