Skip to content

Commit

Permalink
msgpackc-cxx: update to 6.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Aug 13, 2023
1 parent 2b39562 commit 2473f3d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions ci_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,9 @@
"libboost-system-dev",
"libboost-test-dev"
],
"msys_packages": [
"boost"
],
"build_options": [
"msgpackc-cxx:tests=true"
]
Expand Down
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -1819,6 +1819,7 @@
"msgpackc-cxx"
],
"versions": [
"6.1.0-1",
"5.0.0-1"
]
},
Expand Down
8 changes: 4 additions & 4 deletions subprojects/msgpackc-cxx.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = msgpack-cxx-5.0.0
source_url = https://github.com/msgpack/msgpack-c/releases/download/cpp-5.0.0/msgpack-cxx-5.0.0.tar.gz
source_filename = msgpack-cxx-5.0.0.tar.gz
source_hash = 80f997575acff12b1b64158ef9dbad4cff32595f985532e16c6ea67e317452d5
directory = msgpack-cxx-6.1.0
source_url = https://github.com/msgpack/msgpack-c/releases/download/cpp-6.1.0/msgpack-cxx-6.1.0.tar.gz
source_filename = msgpack-cxx-6.1.0.tar.gz
source_hash = 23ede7e93c8efee343ad8c6514c28f3708207e5106af3b3e4969b3a9ed7039e7
patch_directory = msgpackc-cxx

[provide]
Expand Down
2 changes: 1 addition & 1 deletion subprojects/packagefiles/msgpackc-cxx/meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'msgpackc-cxx', 'cpp',
version: '5.0.0',
version: '6.1.0',
meson_version: '>=0.42.0'
)

Expand Down

0 comments on commit 2473f3d

Please sign in to comment.