aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-callable-traits
diff options
context:
space:
mode:
authorEhsan <mohammadi.ehsan1994@gmail.com>2019-08-02 21:56:40 +0430
committerPhil Christensen <philc@microsoft.com>2019-08-02 10:26:39 -0700
commit3fe2ec61d3089b8ec6d465f11d7a081c2a971e80 (patch)
tree054db8f383bffd005b43efae1575fd56c3122c82 /ports/boost-callable-traits
parent095fecf85c2beb75f860c37a124ec3e2325478e4 (diff)
downloadvcpkg-3fe2ec61d3089b8ec6d465f11d7a081c2a971e80.tar.gz
vcpkg-3fe2ec61d3089b8ec6d465f11d7a081c2a971e80.zip
Update some ports version (#7525)
* [blosc] Update library to 1.17.0 * [boost-callable-traits] Update library to 2.3.2 * [cjson] Update library to 1.7.12 * [cppzmq] Update library to 4.4.1
Diffstat (limited to 'ports/boost-callable-traits')
-rw-r--r--ports/boost-callable-traits/CONTROL2
-rw-r--r--ports/boost-callable-traits/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-callable-traits/CONTROL b/ports/boost-callable-traits/CONTROL
index af030d66f..7539e399e 100644
--- a/ports/boost-callable-traits/CONTROL
+++ b/ports/boost-callable-traits/CONTROL
@@ -1,6 +1,6 @@
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-callable-traits
-Version: 1.70.0
+Version: 2.3.2
Build-Depends: boost-vcpkg-helpers
Homepage: https://github.com/boostorg/callable_traits
Description: Boost callable_traits module
diff --git a/ports/boost-callable-traits/portfile.cmake b/ports/boost-callable-traits/portfile.cmake
index 8bc97f738..05e67919b 100644
--- a/ports/boost-callable-traits/portfile.cmake
+++ b/ports/boost-callable-traits/portfile.cmake
@@ -5,8 +5,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/callable_traits
- REF boost-1.70.0
- SHA512 73742aa4094cef8f4b24833036f99449343dd6c572919db8fb464f76dc527d99a5a57e52bbfe6b20089041aa43ecb7a87ec528a7aea2fef5a8b15f6ced553769
+ REF 2.3.2
+ SHA512 32d69cc0bdaecfcf69f9e6079f6b80738ea95937cb2ef802d4d26771745c0d7179c9074ed6312ef1c2d45cf1711979ecf9a8407677d18e625bfb859bca1aa319
HEAD_REF master
)