aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEhsan <mohammadi.ehsan1994@gmail.com>2019-08-20 10:36:48 +0430
committerPhil Christensen <philc@microsoft.com>2019-08-19 23:06:48 -0700
commitb85f6e9a66d335b8c77e05b32061f73efb57e5ac (patch)
tree01b2febfed6c397bb9448ac7ff72780987fd6b21
parent9ff11b0d0014913856041103c647ba5c9c1bc556 (diff)
downloadvcpkg-b85f6e9a66d335b8c77e05b32061f73efb57e5ac.tar.gz
vcpkg-b85f6e9a66d335b8c77e05b32061f73efb57e5ac.zip
[clp] Update library to 1.17.3 (#7756)
-rw-r--r--ports/clp/CONTROL2
-rw-r--r--ports/clp/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/clp/CONTROL b/ports/clp/CONTROL
index adf2036bf..5e83cb98e 100644
--- a/ports/clp/CONTROL
+++ b/ports/clp/CONTROL
@@ -1,4 +1,4 @@
Source: clp
-Version: 1.17.2-2
+Version: 1.17.3
Description: Clp (Coin-or linear programming) is an open-source linear programming solver written in C++. It is primarily meant to be used as a callable library, but a basic, stand-alone executable version is also available.
Build-Depends: coinutils, osi
diff --git a/ports/clp/portfile.cmake b/ports/clp/portfile.cmake
index 945a38199..993e7472e 100644
--- a/ports/clp/portfile.cmake
+++ b/ports/clp/portfile.cmake
@@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO coin-or/Clp
- REF releases/1.17.2
- SHA512 70c44f19fca58c64a745c22b6687f7885dfc88196e1dcb0c3be5b7187ccb541a7e85513eb448dd26a163dd78596c57762f4b103d4027056cf53c5c5a994dc35f
+ REF releases/1.17.3
+ SHA512 aa2ed96e01d7cf31ba85756001f430296b1983c6b16a814d845e63bbaca5331cfc71c5ef55e94200da389f138e9766cc745b21e5649f09cb9da473d454c5e062
)
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})