aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEhsan <mohammadi.ehsan1994@gmail.com>2019-08-07 00:54:24 +0430
committerCurtis J Bezault <curtbezault@gmail.com>2019-08-06 16:24:24 -0400
commit1a2dd085f12fff9f7ccf7ec54767913881de4624 (patch)
tree38cd63b55940b2193facf482d82640063a09ea12
parent45446845e6c5824fc5b935cd81c0fb8b5d56749c (diff)
downloadvcpkg-1a2dd085f12fff9f7ccf7ec54767913881de4624.tar.gz
vcpkg-1a2dd085f12fff9f7ccf7ec54767913881de4624.zip
Update some ports version (#7534)
* [imgui] Update library to 1.72 * [mbedtls] Update library to 2.16.2
-rw-r--r--ports/imgui/CONTROL2
-rw-r--r--ports/imgui/portfile.cmake4
-rw-r--r--ports/mbedtls/CONTROL2
-rw-r--r--ports/mbedtls/portfile.cmake4
4 files changed, 6 insertions, 6 deletions
diff --git a/ports/imgui/CONTROL b/ports/imgui/CONTROL
index 6de881a9a..203556f6f 100644
--- a/ports/imgui/CONTROL
+++ b/ports/imgui/CONTROL
@@ -1,4 +1,4 @@
Source: imgui
-Version: 1.70-1
+Version: 1.72b
Homepage: https://github.com/ocornut/imgui
Description: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies.
diff --git a/ports/imgui/portfile.cmake b/ports/imgui/portfile.cmake
index 2acebc0c8..79c2bb318 100644
--- a/ports/imgui/portfile.cmake
+++ b/ports/imgui/portfile.cmake
@@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ocornut/imgui
- REF v1.70
- SHA512 b1a0fba339a9b19a49316494e58eabacd250e85e8ee17552c03ed99f50886072c882979039f18139e504c4406cf31aea3e9ce391d4641318f0022fa9b51bb9c4
+ REF v1.72b
+ SHA512 ed40f2647a2256e61b6c754d091df364f23c93d7c008a838f7816e2924e16bea3d1251b675e1bd69256697d77f17372e5b29d986720ed5fb63ede94f9e813ede
HEAD_REF master
)
diff --git a/ports/mbedtls/CONTROL b/ports/mbedtls/CONTROL
index ac4a4a131..787d15652 100644
--- a/ports/mbedtls/CONTROL
+++ b/ports/mbedtls/CONTROL
@@ -1,4 +1,4 @@
Source: mbedtls
-Version: 2.15.1
+Version: 2.16.2
Homepage: https://github.com/ARMmbed/mbedtls
Description: An open source, portable, easy to use, readable and flexible SSL library
diff --git a/ports/mbedtls/portfile.cmake b/ports/mbedtls/portfile.cmake
index fa87630a4..d1a937243 100644
--- a/ports/mbedtls/portfile.cmake
+++ b/ports/mbedtls/portfile.cmake
@@ -5,8 +5,8 @@ set(VCPKG_LIBRARY_LINKAGE static)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ARMmbed/mbedtls
- REF mbedtls-2.15.1
- SHA512 361bac49bc179c020855a59140a3e9e31ec9e89ebde9d630e9f3491cdfdf466c8dc2313276d6b257a7728784f5478bdcfd14d26e81f90d432bad2e9a94151fc2
+ REF mbedtls-2.16.2
+ SHA512 55af897ea3a1455ec4c16980a504a542333e8465bdf89d77b756e6d9893c394166ec880734ecdb10ec0643ddc828bf21e2dd8891b1b4a431e9c57e63a07915aa
HEAD_REF master
)