Skip to content

Commit 82a8ef9

Browse files
cppzmq: update to 4.11.0
1 parent 6e35b75 commit 82a8ef9

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

ci_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"windows": false
118118
},
119119
"build_options": [
120-
"cppzmq:tests=disabled",
120+
"cppzmq:tests=enabled",
121121
"cppzmq:examples=true"
122122
]
123123
},

releases.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,7 @@
557557
"cppzmq"
558558
],
559559
"versions": [
560+
"4.11.0-1",
560561
"4.10.0-3",
561562
"4.10.0-2",
562563
"4.10.0-1",

subprojects/cppzmq.wrap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[wrap-file]
2-
directory = cppzmq-4.10.0
2+
directory = cppzmq-4.11.0
33

4-
source_url = https://github.com/zeromq/cppzmq/archive/refs/tags/v4.10.0.tar.gz
5-
source_filename = cppzmq-4.10.0.tar.gz
6-
source_hash = c81c81bba8a7644c84932225f018b5088743a22999c6d82a2b5f5cd1e6942b74
4+
source_url = https://github.com/zeromq/cppzmq/archive/refs/tags/v4.11.0.tar.gz
5+
source_filename = cppzmq-4.11.0.tar.gz
6+
source_hash = 0fff4ff311a7c88fdb76fceefba0e180232d56984f577db371d505e4d4c91afd
77

88
patch_directory = cppzmq
99

subprojects/packagefiles/cppzmq/meson.build

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'cppzmq',
33
'cpp',
4-
version: '4.10.0',
4+
version: '4.11.0',
55
license: 'MIT',
66
meson_version: '>=0.60.0',
77
)
@@ -68,10 +68,8 @@ if get_option('examples')
6868
endif
6969

7070
# unit tests
71-
# NOTE: update to v3 in https://github.com/zeromq/cppzmq/pull/632 (enable tests in ci_config.json)
7271
catch2_dep = dependency(
7372
'catch2',
74-
version: '<3.0.0',
7573
required: get_option('tests'),
7674
)
7775
if catch2_dep.found()

0 commit comments

Comments
 (0)