aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authormathijs727 <mathijs.l.molenaar@gmail.com>2021-07-01 19:41:20 +0200
committerGitHub <noreply@github.com>2021-07-01 10:41:20 -0700
commit3335dadc75d5b6ecd71f682b993562a22cf2d947 (patch)
tree14e0589db33c75953cf8f874ab11092b90153efd /ports
parent015b6f88e7ab78ece14ab531e37e5b4bf6b882b3 (diff)
downloadvcpkg-3335dadc75d5b6ecd71f682b993562a22cf2d947.tar.gz
vcpkg-3335dadc75d5b6ecd71f682b993562a22cf2d947.zip
[cnl] Update to version 1.1.7 (#18439)
* [cnl] update to version 1.1.7 * Update baseline.json * Update ports/cnl/CONTROL Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/cnl/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update HEAD_REF to point to main * Bump port-version Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Run vcpkg x-add-version cnl * Update versions/c-/cnl.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/cnl/CONTROL Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update versions/baseline.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update versions/c-/cnl.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update git tree with vcpkg x-add-version Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'ports')
-rw-r--r--ports/cnl/CONTROL3
-rw-r--r--ports/cnl/portfile.cmake7
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/cnl/CONTROL b/ports/cnl/CONTROL
index 8daea5ae6..ac6f8f2ca 100644
--- a/ports/cnl/CONTROL
+++ b/ports/cnl/CONTROL
@@ -1,3 +1,4 @@
Source: cnl
-Version: 2019-06-23
+Version: 1.1.7
Description: A Compositional Numeric Library for C++
+Homepage: https://github.com/johnmcfarlane/cnl
diff --git a/ports/cnl/portfile.cmake b/ports/cnl/portfile.cmake
index da03f7900..3c54e4579 100644
--- a/ports/cnl/portfile.cmake
+++ b/ports/cnl/portfile.cmake
@@ -1,11 +1,10 @@
# header-only library
-
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO johnmcfarlane/cnl
- REF 48428242e72b8239cb14c963e40f724929d54df7
- SHA512 c7e012d99409977137a44915dd7a4df5014b6e8540ceee3e82492052541ce77a254d79e624d766b510e7d3a6b17a9d9b02391c6993ae55d3904334116e747983
- HEAD_REF develop
+ REF 2dde6e62e608a4adc3c5504f067575efa4910568 #v1.1.7
+ SHA512 33a81ea726802c71a684bcd002b5119cde4db471ebc9ba02cd15c7487ab468eeca09fb8dcaed953e3f3cded2cd813a903f808d97527b0ec7f393647b64a22572
+ HEAD_REF main
)
vcpkg_configure_cmake(