aboutsummaryrefslogtreecommitdiff
path: root/ports/cutelyst2
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2020-02-10 16:08:57 -0800
committerGitHub <noreply@github.com>2020-02-10 16:08:57 -0800
commit08c951fef9de63cde1c6b94245a63db826be2e32 (patch)
treedddfec9e572b726ba79fdbcb0d0d7dfbb2a2de0e /ports/cutelyst2
parent411b4cc8a05eb9ac9944ee009dafece8c3b7445f (diff)
downloadvcpkg-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/cutelyst2')
-rw-r--r--ports/cutelyst2/CONTROL2
-rw-r--r--ports/cutelyst2/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/cutelyst2/CONTROL b/ports/cutelyst2/CONTROL
index 8d5ce89a0..9211d2eee 100644
--- a/ports/cutelyst2/CONTROL
+++ b/ports/cutelyst2/CONTROL
@@ -1,4 +1,4 @@
Source: cutelyst2
-Version: 2.8.0
+Version: 2.9.0
Description: A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework
Build-Depends: qt5-base
diff --git a/ports/cutelyst2/portfile.cmake b/ports/cutelyst2/portfile.cmake
index 320059cd9..39cfa3bdd 100644
--- a/ports/cutelyst2/portfile.cmake
+++ b/ports/cutelyst2/portfile.cmake
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO cutelyst/cutelyst
- REF c020f115b392bb8e22bed1e1669724102a31ab0c #v2.8.0
- SHA512 79b440f6dc0a78bc6b3ea83b496a4a9fd7bb016ea2492393c53d82af2c304291ac62a11af96bb05b1fc6422bf2012bec501bb8eb4bd770c54ad166d119891bc1
+ REF e25026edf836621a1d82745ce625509d307f5dc1 # v2.9.0
+ SHA512 39afa6bb73217341e741a7dcf40b0d73ccabd018ba68df248e7092d80077c23be8bf31c244590a7fe8a37209c09395423eb945d21a1a11109ee7da60644802b3
HEAD_REF master
PATCHES fix-static-build.patch
)