diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2020-02-10 16:08:57 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-10 16:08:57 -0800 |
| commit | 08c951fef9de63cde1c6b94245a63db826be2e32 (patch) | |
| tree | dddfec9e572b726ba79fdbcb0d0d7dfbb2a2de0e /ports/coinutils | |
| parent | 411b4cc8a05eb9ac9944ee009dafece8c3b7445f (diff) | |
| download | vcpkg-08c951fef9de63cde1c6b94245a63db826be2e32.tar.gz vcpkg-08c951fef9de63cde1c6b94245a63db826be2e32.zip | |
[many ports] Upgrades to 2020.02.08 (#9986)
* [many ports] Upgrades to 2020.02.08
* Undo asio asmjit libimobiledevice mlpack mongo-c-driver oniguruma openmvg openvdb pcl
* Update ci baseline file
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'ports/coinutils')
| -rw-r--r-- | ports/coinutils/CONTROL | 2 | ||||
| -rw-r--r-- | ports/coinutils/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/coinutils/CONTROL b/ports/coinutils/CONTROL index 13db5a937..a242265bf 100644 --- a/ports/coinutils/CONTROL +++ b/ports/coinutils/CONTROL @@ -1,3 +1,3 @@ Source: coinutils -Version: 2.11.2-2 +Version: 2.11.4 Description: CoinUtils (Coin-or Utilities) is an open-source collection of classes and functions that are generally useful to more than one COIN-OR project diff --git a/ports/coinutils/portfile.cmake b/ports/coinutils/portfile.cmake index 23a2a673d..2ca06eb8a 100644 --- a/ports/coinutils/portfile.cmake +++ b/ports/coinutils/portfile.cmake @@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO coin-or/CoinUtils - REF releases/2.11.2 - SHA512 4ffc1458676daffc46f2448c8962156f1f6a14d41f176462ebb695487ae3e96ae159e078f8f28ac5df4cd22544b3f19f09692725976624454d106ad33d31e30b + REF f709081c9b57cc2dd32579d804b30689ca789982 # releases/2.11.4 + SHA512 1c2e7f796524d67d87253bc7938c1a6db3c8266acec6b6399aeb83c0fb253b77507e6b5e84f16b0b8e40098aef94676499f396d1c7f653b1e04cbadca7620185 ) file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH}) |
