Skip to content

Commit 6d2013e

Browse files
cppzmq: update to 4.11.0
1 parent b022818 commit 6d2013e

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
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
@@ -566,6 +566,7 @@
566566
"cppzmq"
567567
],
568568
"versions": [
569+
"4.11.0-1",
569570
"4.10.0-3",
570571
"4.10.0-2",
571572
"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: 2 additions & 4 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(
73-
'catch2',
74-
version: '<3.0.0',
72+
'catch2-with-main',
7573
required: get_option('tests'),
7674
)
7775
if catch2_dep.found()

0 commit comments

Comments
 (0)