Update msgpack-cxx to 6.1.0 (#3405)

pull/3407/head
ruki 11 months ago committed by GitHub
parent c6699d1754
commit e55c9357e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/m/msgpack-cxx/xmake.lua

@ -5,6 +5,7 @@ package("msgpack-cxx")
set_license("BSL-1.0")
add_urls("https://github.com/msgpack/msgpack-c/releases/download/cpp-$(version)/msgpack-cxx-$(version).tar.gz")
add_versions("6.1.0", "23ede7e93c8efee343ad8c6514c28f3708207e5106af3b3e4969b3a9ed7039e7")
add_versions("4.1.1", "8115c5edcf20bc1408c798a6bdaec16c1e52b1c34859d4982a0fb03300438f0b")
add_configs("std", {description = "Choose C++ standard version.", default = "cxx17", type = "string", values = {"cxx98", "cxx11", "cxx14", "cxx17", "cxx20"}})

Loading…
Cancel
Save