Skip to content

Commit

Permalink
[many ports] Updates 2019.03.29 (#5698)
Browse files Browse the repository at this point in the history
* Updates 2019.03.29

* Undo changes to 4 ports(rocksdb tbb thrift uwebsockets) due to failures

* [folly] Fix target files in debug mode

* Undo glog changes since it caused sophus openmvg and cartographer failures

* Undo Folly changes since it cause wangle failed

* Undo Folly portfile
  • Loading branch information
ras0219-msft authored and Rastaban committed Apr 16, 2019
1 parent 56bc2f9 commit c95512a
Show file tree
Hide file tree
Showing 56 changed files with 84 additions and 84 deletions.
2 changes: 1 addition & 1 deletion ports/abseil/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: abseil
Version: 2019_01_30-1
Version: 2019-03-29
Description: an open-source collection designed to augment the C++ standard library.
Abseil is an open-source collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from Google's own C++ code base, has been extensively tested and used in production, and is the same code we depend on in our daily coding lives.
In some cases, Abseil provides pieces missing from the C++ standard; in others, Abseil provides alternatives to the standard for special needs we've found through usage in the Google code base. We denote those cases clearly within the library code we provide you.
Expand Down
4 changes: 2 additions & 2 deletions ports/abseil/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO abseil/abseil-cpp
REF 540e2537b92cd4abfae6ceddfe24304345461f32
SHA512 3cabab23ad159592562a30531052bb18c66fce75f93f84a6de17a7488b7d6651f645950c1adb8dfbacc651f2bc0db82c316de132baab38e3ef95ea5b5a0eb6d2
REF 2c8421e1c6cef0da9e8a20b01c15256ec9ec116d
SHA512 ae899d23e5b0bfbecb45c36a8d91972b06142d49e372595f1ce7433bc22d130f0f7d97933db65f1c46381369be5a1f55e11e50a354048962c8983eda398e881f
HEAD_REF master
PATCHES fix-usage-lnk-error.patch
)
Expand Down
2 changes: 1 addition & 1 deletion ports/args/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: args
Version: 2019-01-18
Version: 2019-03-29
Description: A simple header-only C++ argument parser library.
4 changes: 2 additions & 2 deletions ports/args/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Taywee/args
REF f68b7e186cd2a020cbddfe3194c1d8ddfeeb1013
SHA512 affbda6f679257496de3d3f16db4d7e922ca39a0ef88f0c6b8a2803a7c89e7d12761fa8aa80e823e1c6b227936f1e3d5012b3ae82c0a64fb11179c74bb2e1d1c
REF 6cd243def4b335efa5a83acb4d29aee482970d2e
SHA512 112b98d37d0a3f5bd2993e0e7fb64545391a368e43a87d56e0129cc8f6edc9158d6bd105dc33e3263ff1c48a584ef2dc0fadcd1e8d810b06c716d703c5a1079f
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/asmjit/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: asmjit
Version: 2019-01-30
Version: 2019-03-29
Description: Complete x86/x64 JIT and Remote Assembler for C++
4 changes: 2 additions & 2 deletions ports/asmjit/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO asmjit/asmjit
REF 1e550aa568da993acb742ac19f2ab691a2806ad5
SHA512 e5cf195a6b94173b294cd739009128577dd687220b379490c3d1b616fb6220c085192834850913d9dc0a076b433104853ba9d4f8e48ce0705044891fea24039d
REF fc251c914e77cd079e58982cdab00a47539d7fc5
SHA512 3db4ed97ded545994ab2e75df5bb027832c3b7adf44bdabfb89a98af4cc51f5e48d4a353b9e99f205702258dfcec70257d6d6c08db78cec941019b3f8a48232a
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/aws-sdk-cpp/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: aws-sdk-cpp
Version: 1.7.41
Version: 1.7.80
Description: AWS SDK for C++
Build-Depends: openssl (!uwp&!windows), curl (!uwp&!windows), aws-c-event-stream
Default-Features: dynamodb, s3, kinesis
Expand Down
4 changes: 2 additions & 2 deletions ports/aws-sdk-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO aws/aws-sdk-cpp
REF 1.7.41
SHA512 4cd6bf8aae464caadc696ff204da4d60caab3d4d95c058094b1fa499d53bd585dddc853cfc75295f7731f46a2a0e2a94339a2d83e6b21a12e9c80b7c53556ae9
REF 1.7.80
SHA512 adb944f0a48406f6d8d1d799086b40530e841783339b84032926a6f1bf0e94cb54a40fab33923b55b8a4207abf621d1273cce4c9f15763e2ce6017c3bbe4206b
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/brynet/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: brynet
Version: 1.0.0-1
Version: 1.0.2
Description: A C++ cross platform high performance tcp network library, and support SSL/HTTP/Websocket.
Build-Depends: openssl
4 changes: 2 additions & 2 deletions ports/brynet/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO IronsDu/brynet
REF v1.0.0
SHA512 f2ad0514d5b25828b38d929bf352a8a35c39816982f7a3aaca2b6d74a7e592d8a37d2af6b77d6babf2eec25063ed1bb50704e8871d18d7e5f777021d18604b9c
REF v1.0.2
SHA512 b07ceb858ed125959b3901415d6099939acf51a194950de8c65f063b6462a0ab424494659aedd889378bd4388cc9e71a0aedcb30108b6c2eef4d5e6ebea2cce8
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/catch2/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: catch2
Version: 2.6.0
Version: 2.7.0
Description: A modern, header-only test framework for unit testing.
Issues, PRs and changelogs can be found at https://github.com/catchorg/Catch2
4 changes: 2 additions & 2 deletions ports/catch2/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO catchorg/Catch2
REF v2.6.0
SHA512 8d693cce413421ca747a0a3864d72c20f30fb8e432eb1f13e69605a71cc4e536d6710561f989cce6783d28f8b667b8da42c624056c4d412852885a8cf0df1e5d
REF v2.7.0
SHA512 ab6c816642a92418c76c8ddabf17eb0c19bef1dc6ac2405c820280d670ef1d78c9ae89909f5a36bf063f0939d253b7c6b5e845c1ac4e63b338927e125dee950d
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/chakracore/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: chakracore
Version: 1.11.5
Version: 1.11.7
Description: Core part of the Chakra Javascript engine
4 changes: 2 additions & 2 deletions ports/chakracore/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/ChakraCore
REF v1.11.5
SHA512 502cf6a4370719c60648d1af370f9da54858df746fb851cb0d67588fef334757e89f8dbf7c097762b0b341d72fe6b511355fe84a2d37c22a114f58f4290d19ee
REF v1.11.7
SHA512 4bb6bd3651d9d443cd510dbc686d6362865398ac1bea70c718344aa5f8c3dbe88b89fb1b02137139721cbb1705d629296bcfcb33268d35bf25fcd65122b098b8
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/cimg/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: cimg
Version: 2.4.5
Version: 2.5.5
Description: The CImg Library is a small, open-source, and modern C++ toolkit for image processing
4 changes: 2 additions & 2 deletions ports/cimg/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ include(vcpkg_common_functions)

vcpkg_from_github(OUT_SOURCE_PATH SOURCE_PATH
REPO "dtschump/CImg"
REF v.2.4.5
REF v.2.5.5
HEAD_REF master
SHA512 0a306ba4265a0e68d358e1ca54c597e80b43e72205de161d0971cd5837ca7d48322725d6ec129381e708a1d11fb5697884a5901ac753080fd8d8c08b80b28138)
SHA512 101bc6543684a5d2f782d6da4f3b9954b8b3394ff6937889cba6451e2de8b51d43072d0bbefc82e652ba029a6a7ebe6390671ef28643ea4a644e2b6d1c7eddd3)

file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})

Expand Down
2 changes: 1 addition & 1 deletion ports/clara/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: clara
Version: 2018-11-01
Version: 2019-03-29
Description: A simple to use command line parser for C++
4 changes: 2 additions & 2 deletions ports/clara/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO philsquared/Clara
REF a6dfbbd011a79a5f729950d6f4b72c08f9529283
SHA512 ec3004807c35b54b2defbec7d794817cd90dad5e442fa30c7a4ef3f72d6fcfd789302388bae8752b98d7145071d43851326e476d053b15f800f9117e1a3a0d74
REF e3061072fd5a3739fbd11e56ecb7fef5fbd33e04
SHA512 5ad4b4842153e11b3e82579858c159a85c9ef76e8278ef97befecaedcd79508e89a3fcb5f5b5c3f0ac48064d5627e08cdd2a1db046a95f5b2d55d7b8a4437a92
HEAD_REF master
)
file(INSTALL ${SOURCE_PATH}/single_include/clara.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include)
Expand Down
2 changes: 1 addition & 1 deletion ports/directxmesh/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: directxmesh
Version: nov2018
Version: feb2019
Description: DirectXMesh geometry processing library
4 changes: 2 additions & 2 deletions ports/directxmesh/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/DirectXMesh
REF nov2018
SHA512 b1abeabd81c7d6c12adfea1ca8d563aa7c22ba1a64aa7a49b7839c0788922cec604a041dddbd3aca6a3b7c8412b1117dfee9c1163862de10757a7747669017ed
REF feb2019
SHA512 341870f6a66626ec78ac283434e568fd664d3331468ac06554d6403c9b1a34a737895ca3bc8c073a01b983db31cc1e398ef4828a0e794a7382cba04a6cf28f05
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/directxtex/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: directxtex
Version: nov2018
Version: feb2019
Description: DirectXTex texture processing library
4 changes: 2 additions & 2 deletions ports/directxtex/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/DirectXTex
REF nov2018
SHA512 bcf721820e0a4069b7b1daac44d776b2c69a6ebdc0a817fb2e1fcd94938df8b3fbabc1827c28050d0db4b26cc42a011987f50b7db04487a7075741b34ddb58a8
REF feb2019
SHA512 4eea6fadbcaf1332565034a061c0688fc8ac1c3a25df22b7602f52c0558974e5aaa6aa3104dcfbd2a1718df35272e33a3302f49c0f79f6bee14233bca2532893
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/directxtk/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: directxtk
Version: nov2018
Version: feb2019
Description: A collection of helper classes for writing DirectX 11.x code in C++.
4 changes: 2 additions & 2 deletions ports/directxtk/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/DirectXTK
REF nov2018
SHA512 ee696245c914c1ede99c12d301e15f3d70ae7a0375b6c6f94afcbb1fd1a80844d1cd053a87f66c2008394a1b8f1165db0e835344a0311f0a8418c32aff9f592a
REF feb2019
SHA512 f9b02eb8288d16eef9ab1fb81edb0c0fa9ee5a3eb4b990fe904306147f28a0bdb0ea8513d628806635b77bbfffd885ffd959efb95598584d9467742b6d31c0b3
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/eastl/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: eastl
Version: 3.13.00
Version: 3.13.04
Description: Electronic Arts Standard Template Library.
It is a C++ template library of containers, algorithms, and iterators useful for runtime and tool development across multiple platforms. It is a fairly extensive and robust implementation of such a library and has an emphasis on high performance above all other considerations.
4 changes: 2 additions & 2 deletions ports/eastl/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/eastl)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO electronicarts/EASTL
REF 3.13.00
SHA512 5a0a0491e98c1ef18d979865c02f46b3252ecf2757d2f9c5bb07181dfb7b45ff1bba900640fce3771aa4ac06a3e432ce514d1d358ff2066261d0197385419ddb
REF 3.13.04
SHA512 4baa3dcf9fceac44f0c515db8bf50b7040afd5091162199c78bf9a1ab13ae19b4e55bb0bafe56da83a7b375ca0c15ba9c19d003de321ec6e40b489b2fe2561d5
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/exprtk/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: exprtk
Version: 2019-01-09
Version: 2019-03-29
Description: Simple to use, easy to integrate and extremely efficient run-time C++ mathematical expression parser and evaluation engine.
4 changes: 2 additions & 2 deletions ports/exprtk/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ArashPartow/exprtk
REF e0e880c3797ea363d24782ba63fe362f7d94f89c
SHA512 bd367a07b5dc266f5e335204b256572f682595532be396c7617c7c72f370a49702ee8c073a93614463a3742efe65df9f3f509d6c16efe31a63a1e7b08f9c0b1a
REF 9fad72832c70348725c073e369a3321781001766
SHA512 6a2a4bdc331806bb5f97737316cc126ab5e8ec75626dd5a63e854a24b7ae41cddccfee8ea09168ed0d272a92dd89cfc9878507ecf70c3f03d5b4f5e53d877727
)

file(COPY ${SOURCE_PATH}/exprtk.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include)
Expand Down
2 changes: 1 addition & 1 deletion ports/freetype-gl/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: freetype-gl
Version: 2018-09-18
Version: 2019-03-29
Description: OpenGL text using one vertex buffer, one texture and FreeType
Build-Depends: glew, freetype
4 changes: 2 additions & 2 deletions ports/freetype-gl/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO rougier/freetype-gl
REF 7a290ac372d2bd94137a9fed6b2f5a6ac4360ec2
SHA512 bcdd34b7cee1ebe01ae83211e7b772742f9740aa713298f6fb72e7076f5fecdb3aea12f67a5fe04e8606d9533a0ceef7c1152368643dc51a7339b0e5dd307afa
REF a91a3dda326ceaf66b7279bf64ba07014d3f81b8
SHA512 8e04573dfb400e14e2c1d3a2cd851a66f8218ccfdaa4f701ed9369d7f040d7028582e72af9b236af42d9d3c6c128014670e8ae0261c6f4770affd1aea1454b1e
HEAD_REF master
PATCHES 0001-Use-external-Glew-and-Freetype.patch
)
Expand Down
2 changes: 1 addition & 1 deletion ports/gdcm2/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: gdcm2
Version: 2.8.8-2
Version: 2.8.9
Description: Grassroots DICOM library
Build-Depends: zlib, expat, openjpeg
4 changes: 2 additions & 2 deletions ports/gdcm2/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO malaterre/GDCM
REF v2.8.8
SHA512 92efa1b85e38a5e463933c36a275e1392608c9da4d7c3ab17acfa70bfa112bc03e8705086eaac4a3ad5153fde5116ccc038093adaa8598b18000f403f39db738
REF v2.8.9
SHA512 3c80503de6df8fe2589849ae9334d11e3cb033701450e1d7ea2781d122d1c8c1fc205fefc358d0ad1b9c5199c838e1c7c1bb34949da1c73cc8ae174b72e7e70c
HEAD_REF master
PATCHES find-openjpeg.patch
)
Expand Down
2 changes: 1 addition & 1 deletion ports/glm/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: glm
Version: 0.9.9.3
Version: 0.9.9.4
Description: OpenGL Mathematics (GLM) https://glm.g-truc.net
4 changes: 2 additions & 2 deletions ports/glm/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO g-truc/glm
REF 0.9.9.3
SHA512 44152ea6438763feda3b78813287fd59d3574a9630a41647a157825bf5ce4a18fbbecae5a5ccd94acc118ed3d42cbce53d3a67f25632d0c00ab77e7de2bb4650
REF 0.9.9.4
SHA512 50e4784fcd5f1da4ae27830948ffe4b412ec53447b89d30c6dcc2b4e0f9ec05cca4b07461d3d8a339eb103fae8dac325fabc87607b5397122ce2021d6e15a1a1
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/imgui/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: imgui
Version: 1.68
Version: 1.69
Description: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies.
4 changes: 2 additions & 2 deletions ports/imgui/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ endif ()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ocornut/imgui
REF v1.68
SHA512 4a7996f188816eb1caa3130546fbfbe2069a8a338daf0540ae09e7c7d6a40082e25144e91c94f53d7ff6023925c92ce591e4d59614e08b1ca7b91097519bf4a4
REF v1.69
SHA512 6d65bc513ce30c77f7714c852cc1fd56295d212a7adc61cd81f48551bb5b88000dbc193fb9a167fb9819ed99a6b05a7001f82dbc727fdb438ca82dafc1c688d9
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/liblinear/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: liblinear
Version: 221
Version: 230
Description: A Library for Large Linear Classification
4 changes: 2 additions & 2 deletions ports/liblinear/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO cjlin1/liblinear
REF v221
SHA512 abf21f9030e67886d88a95ad1699e566f8b67bb3bd23253f1f656460911f92a5c3c184fe127390d6100bbf9970cf7a246ef3611b0788907c35a33286228f1753
REF v230
SHA512 c8acdd9f5cfcf7ef1ff9b9fac658ff51ac4677801fdb9ce6a210ccca7fb136a7957d0edaf45e83269c1928de1926de0200d669cd94e09371c06821d42ba539bc
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/luasocket/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: luasocket
Version: 2018-09-18-1
Version: 2019-03-29
Description: LuaSocket is a Lua extension library that is composed by two parts: a C core that provides support for the TCP and UDP transport layers, and a set of Lua modules that add support for functionality commonly needed by applications that deal with the Internet.
Build-Depends: lua
4 changes: 2 additions & 2 deletions ports/luasocket/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO diegonehab/luasocket
REF 288219fd6b53ce2e709745c9918aa4c4b7f715c9
SHA512 f7b1f90437655352ab69a733bc2b2a0080d116fb8b6896fce0eb8ba6c593e2e3f64684c956d387a198d5aa48c4a9208531ab5e96805d92f0d4ca3ed46179be0b
REF c89a931cc31f219d51dd32a8a253d5ee3fbd31be
SHA512 1769bc6aed41f129a7e7f8c64497476fc89dc69a227a4610c6330c3138b9cdc3c2fc87a925efc13ba840153b681cc4d66001faddb5b3085f430050c52bd5e564
HEAD_REF master)

file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
Expand Down
2 changes: 1 addition & 1 deletion ports/matio/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: matio
Version: 1.5.13-1
Version: 1.5.15
Description: MATLAB MAT File I/O Library
Build-Depends: zlib, hdf5
4 changes: 2 additions & 2 deletions ports/matio/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO tbeu/matio
REF v1.5.13
SHA512 8525ee2c3f0e5cccf3dbae888d09a9477cbd1f2b17160fd15cc8e18792b027954ac18404ea74465ec6b8b5d057661502b1fc31fa6d119113139004c1bce7f712
REF v1.5.15
SHA512 5e80aef3e929ff306810861ba14bc82bdd9cb3090de60dbd6905cfa35706d8cbe6c40471e8abf41e5d0836c10083c359449d34bdf32c6b2022a73986e8303eb3
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/nuklear/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: nuklear
Version: 2018-11-01
Version: 2019-03-29
Description: This is a minimal state immediate mode graphical user interface toolkit written in ANSI C and licensed under public domain
4 changes: 2 additions & 2 deletions ports/nuklear/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO vurtun/nuklear
REF 181cfd86c47ae83eceabaf4e640587b844e613b6
SHA512 33f6200d046c96b8d42ff851ba788bf4f57d8aa99591b866e8691204378f23d5dce06343521834cd10ffaecc42566d97ce2c3becf48caaadf0cdc270cf69bdbb
REF 509c75b086351e82865f26a507235b60a63e1538
SHA512 d86fe93a8da8db955ccd28b353c19ea92aeb54efcf7a47ca160a576f4d52dbedc3abf7d547387a066851928c4f43c961b1daff097b3677a118c89f247042336a
HEAD_REF master
)
file(INSTALL ${SOURCE_PATH}/nuklear.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)
Expand Down
2 changes: 1 addition & 1 deletion ports/parson/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: parson
Version: 2018-12-14
Version: 2019-03-29
Description: a lighweight json library written in C
4 changes: 2 additions & 2 deletions ports/parson/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO kgabis/parson
REF 302fba9cbb31ffc523bf10a1ce705040194c289d
SHA512 ecc1594fe6e27b8919ccdaf3c7e082d0d47aa5e20aec52235762b9cab8e371adec5a1760f4ea36405bf97cfb587d2bcbd81221f97a9d39290673e2ce61f5a49f
REF 395e70d85b675e98efbb9ea6e534c0c9d089dc4e
SHA512 6d89239cca57912618b1d29d6b9654e701b9dcfddf19f897dac14f60a347221c2ad30562c5d85a704a5d4359d891a0d93bbe4671f5459a71fcb47f5a6f1b856d
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/re2/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: re2
Version: 2019-01-30
Version: 2019-03-29
Description: RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.
4 changes: 2 additions & 2 deletions ports/re2/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/re2
REF 98ad734aae9996a6dd1aa1fec72e800d621acd51
SHA512 e28a6b3428ca2714a48194f82f9d6ea4c56b3d4bc776bf3b9402bc081ca8d667f37f4ce98cd89ed1077998f945f1eebee1f501a1acdcb1fb16e741643bc8d8ab
REF def664c3046d6c1f2e643e0d64baf43c432e25c6
SHA512 0a71650948c04ff4514248674fee2d0510a9fff934e14a52c81bba1177b9667af52dd506755a146604dc2691748f826487e46425ee75d5ca97d774ccb2dc828c
HEAD_REF master
)

Expand Down
Loading

0 comments on commit c95512a

Please sign in to comment.