aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormyd7349 <myd7349@gmail.com>2018-08-29 05:19:50 +0800
committerRobert Schumacher <roschuma@microsoft.com>2018-08-28 14:19:50 -0700
commit61b80ce22a38204c74d167a40da168227dda9e6d (patch)
tree7f48eb61e331ec7cebec244aa6dd148618e00c90
parentf37ca93ce2d2210f48468a02f5b9290a910ffa50 (diff)
downloadvcpkg-61b80ce22a38204c74d167a40da168227dda9e6d.tar.gz
vcpkg-61b80ce22a38204c74d167a40da168227dda9e6d.zip
[nanomsg] Update to 1.1.4 (#4158)
-rw-r--r--ports/nanomsg/CONTROL2
-rw-r--r--ports/nanomsg/portfile.cmake6
2 files changed, 5 insertions, 3 deletions
diff --git a/ports/nanomsg/CONTROL b/ports/nanomsg/CONTROL
index c39df5e95..8e7f6a2f0 100644
--- a/ports/nanomsg/CONTROL
+++ b/ports/nanomsg/CONTROL
@@ -1,4 +1,4 @@
Source: nanomsg
-Version: 1.1.2
+Version: 1.1.4
Description: a simple high-performance implementation of several "scalability protocols".
These scalability protocols are light-weight messaging protocols which can be used to solve a number of very common messaging patterns, such as request/reply, publish/subscribe, surveyor/respondent, and so forth. These protocols can run over a variety of transports such as TCP, UNIX sockets, and even WebSocket.
diff --git a/ports/nanomsg/portfile.cmake b/ports/nanomsg/portfile.cmake
index a869baea4..ca6d5c260 100644
--- a/ports/nanomsg/portfile.cmake
+++ b/ports/nanomsg/portfile.cmake
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO nanomsg/nanomsg
- REF 1.1.2
- SHA512 f95ce24b34c25d139cf3de46585f6354e0311a9d5e7135ad71df62b8bb5df26f81a58b9773c39c320df2d0e97cd2905a8576f9f00b0a4d33774f1b610271cee5
+ REF 1.1.4
+ SHA512 a1f002f988f2d98eff03387b496fe15a099fef4eb9ccd1c46ade63fbbe5a4ad4cf9fa0fd1e612e1a6f2747bc2af63b7044ec1e920e1c9a0d8c8bc2191ad7046a
HEAD_REF master
)
@@ -23,6 +23,8 @@ vcpkg_configure_cmake(
vcpkg_install_cmake()
+vcpkg_fixup_cmake_targets(CONFIG_PATH "lib/cmake/nanomsg")
+
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")