mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
[fastcdr] update to 2.2.4 (#41334)
This commit is contained in:
parent
e85b5d76b4
commit
bbd06621f9
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO eProsima/Fast-CDR
|
||||
REF "v${VERSION}"
|
||||
SHA512 4e3b39f371393e2be2b2a33cba1284f5eef9dea3e27ec8904db3f90b88b04aefbec2f095c078c7f4975bef4a7fb4a0dd53236636c4353a40378172559313f5c7
|
||||
SHA512 cf664c036e673f6eb2f11fb949b89f85cef830bae46116df1826f14d1985a856a46f0c5986657ea4d90feb488c94032038e294f368b9e5a31b0ed0d2043c2071
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
pdb-file.patch
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "fastcdr",
|
||||
"version-semver": "2.2.1",
|
||||
"version-semver": "2.2.4",
|
||||
"description": "eProsima FastCDR is a C++ library that provides two serialization mechanisms. One is the standard CDR serialization mechanism, while the other is a faster implementation that modifies the standard.",
|
||||
"homepage": "https://github.com/eProsima/Fast-CDR",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -2665,7 +2665,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"fastcdr": {
|
||||
"baseline": "2.2.1",
|
||||
"baseline": "2.2.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"fastcgi": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6e448463e1ee4b0724b5e6e6a0df3011ef255653",
|
||||
"version-semver": "2.2.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "3d1487d4af6d136031c30effdcabb6c9e0a1738a",
|
||||
"version-semver": "2.2.1",
|
||||
|
Loading…
Reference in New Issue
Block a user