aboutsummaryrefslogtreecommitdiff
path: root/ports/clp
diff options
context:
space:
mode:
Diffstat (limited to 'ports/clp')
-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 89ab6ceaf..c181d845f 100644
--- a/ports/clp/CONTROL
+++ b/ports/clp/CONTROL
@@ -1,4 +1,4 @@
Source: clp
-Version: 1.17.5
+Version: 1.17.6
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 d3c3b3c85..df5d8bf05 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 29a3d29d94f102e9029eb4be72cde2bfd378d752 # releases/1.17.5
- SHA512 29e08b631d39e77ab5b09e563011d8d707e9832179a177799387630cafd1bf08a94e5a89277b05844c7d80182be82701c284a485545bcbd63ed74466333a037a
+ REF 756ddd3ed813eb1fa8b2d1b4fe813e6a4d7aa1eb # releases/1.17.6
+ SHA512 579f6f47a4878ce82b69474880ef0796893279a8dac6e40feb7c29c5249180704c9b7a6443e717190b85811af3f1768d097511de2aa99396f725d6d02eb1a621
)
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})