aboutsummaryrefslogtreecommitdiff
path: root/ports/xtl
diff options
context:
space:
mode:
Diffstat (limited to 'ports/xtl')
-rw-r--r--ports/xtl/CONTROL2
-rw-r--r--ports/xtl/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/xtl/CONTROL b/ports/xtl/CONTROL
index 423ee09dc..b0fbdd39c 100644
--- a/ports/xtl/CONTROL
+++ b/ports/xtl/CONTROL
@@ -1,4 +1,4 @@
Source: xtl
-Version: 0.6.4
+Version: 0.6.5
Build-Depends: nlohmann-json
Description: The x template library.
diff --git a/ports/xtl/portfile.cmake b/ports/xtl/portfile.cmake
index 0b3b5dad1..74cbbbc03 100644
--- a/ports/xtl/portfile.cmake
+++ b/ports/xtl/portfile.cmake
@@ -5,8 +5,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO QuantStack/xtl
- REF 0.6.4
- SHA512 92ff932634a88fee9bfd27d092ebdf91752d90be8a4f3fc41aef90c195718c989082e53f1fcfae9d67b153ecd29d3dde6f8e2b540eeec0db1d0d229a9b0d2fe8
+ REF 0d1f896ba90664248279baaea0059699cff5ab9b
+ SHA512 8375dc3c64d49b1722bdb579b397f296ae28042fd41b2e0556b3ad53b8b3615c250096aa09f1997d964285f6969d599d49e3b9204b45877af858c9a463619ab2
HEAD_REF master
)