aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authori6-xx <i6412935@gmail.com>2018-11-27 01:27:59 +0200
committerRobert Schumacher <roschuma@microsoft.com>2018-11-26 15:27:59 -0800
commite78a40b553e6b236e6d532686865a910e7a3ee16 (patch)
tree0a99014a49d1eadd424178eda89ca4da06ea5bd1 /ports
parentaafce6227adbf40d2295e5822132c1ef06379ff1 (diff)
downloadvcpkg-e78a40b553e6b236e6d532686865a910e7a3ee16.tar.gz
vcpkg-e78a40b553e6b236e6d532686865a910e7a3ee16.zip
[rpclib]Update to 2.2.1 (#4798)
* (rpclib)Update to 2.2.1 * [rpclib]Update to 2.2.1
Diffstat (limited to 'ports')
-rw-r--r--ports/rpclib/CONTROL2
-rw-r--r--ports/rpclib/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/rpclib/CONTROL b/ports/rpclib/CONTROL
index 160f4651c..2123f29c4 100644
--- a/ports/rpclib/CONTROL
+++ b/ports/rpclib/CONTROL
@@ -1,3 +1,3 @@
Source: rpclib
-Version: 2.2.0
+Version: 2.2.1
Description: a RPC library for C++, providing both a client and server implementation. It is built using modern C++14.
diff --git a/ports/rpclib/portfile.cmake b/ports/rpclib/portfile.cmake
index 5f4ac6a57..40aea10bb 100644
--- a/ports/rpclib/portfile.cmake
+++ b/ports/rpclib/portfile.cmake
@@ -8,8 +8,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO rpclib/rpclib
- REF v2.2.0
- SHA512 73d2344debb3a6ced6a045ba3bf8839a6f91d8f43dfac8760c65d19d1fc7960e778457a20fddbd771d7dd4b12e32d8a925f1fc008d11ccc5654dbeb08ba0f50a
+ REF v2.2.1
+ SHA512 a63c6d09a411fb6b87d0df7c4f75a189f775ff0208f5f1c67333a85030a47efe60d5518e5939e98abc683a6063afb6cfed51f118f594a2a08be32330a9691051
HEAD_REF master
)