aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEhsan <mohammadi.ehsan1994@gmail.com>2019-09-15 08:53:29 +0430
committerCurtis J Bezault <curtbezault@gmail.com>2019-09-14 21:23:29 -0700
commit722c49e09e2042e525a8c560736fd7b6457d181f (patch)
treeb1b2658a486bcdd52691306c6f1002f179809587
parentcef347a6f1d3a355dc22844d0fb3923c71971ac4 (diff)
downloadvcpkg-722c49e09e2042e525a8c560736fd7b6457d181f.tar.gz
vcpkg-722c49e09e2042e525a8c560736fd7b6457d181f.zip
[fastcdr] Update library to 1.0.11 (#8173)
-rw-r--r--ports/fastcdr/CONTROL2
-rw-r--r--ports/fastcdr/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/fastcdr/CONTROL b/ports/fastcdr/CONTROL
index 0981a55f4..6acb9a941 100644
--- a/ports/fastcdr/CONTROL
+++ b/ports/fastcdr/CONTROL
@@ -1,3 +1,3 @@
Source: fastcdr
-Version: 1.0.10
+Version: 1.0.11
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.
diff --git a/ports/fastcdr/portfile.cmake b/ports/fastcdr/portfile.cmake
index ca29c1adf..27ac7e328 100644
--- a/ports/fastcdr/portfile.cmake
+++ b/ports/fastcdr/portfile.cmake
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO eProsima/Fast-CDR
- REF v1.0.10
- SHA512 b79439b1d8be12e10c761b42cadce4b5e9e51be23a553a0276bcf84504e222149c6543cde149073f272f0374e82a3e0db6b7ad25e81858f744a8ce72512c47de
+ REF v1.0.11
+ SHA512 04b84437ffad6425ba7f934adb9ae6a88e710e50ca9259ae0ecdb9dbfcdbd59944fd21e85e81ba4d341df1ee2c76fa7040ab902b869ef3185cacee6e866f5e80
HEAD_REF master
PATCHES install-cmake.patch
)