[xlnt] Update to version 1.6.1 (#45056)

This commit is contained in:
m7913d
2025-04-17 01:06:54 +02:00
committed by GitHub
parent e946021fec
commit 05e7272c8d
4 changed files with 11 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO xlnt-community/xlnt
REF "v${VERSION}"
SHA512 1051c2af1d37f3b0122a89fba2cb43d5779a3b8012cc978a5366e6ab721dc067819a6d301e0ebe214a1b0bac0281c8e1b7f56bfa5f41ec80dbf88d0cbaaaeb05
SHA512 2d016416447b56c3902fc86c0441fd1d10cb86c3a542a2a38929e32f8f55470c33e4a3938f9c47b1a672ac4d6784a981c4738a61fd076622a2baa64dbc632810
HEAD_REF master
PATCHES
fix-not-found-include.patch

View File

@@ -1,9 +1,10 @@
{
"name": "xlnt",
"version": "1.6.0",
"description": "Cross-platform user-friendly xlsx library for C++11 (and above)",
"version": "1.6.1",
"description": "Cross-platform user-friendly xlsx (Microsoft Excel®) library for C++11 (and above)",
"homepage": "https://github.com/xlnt-community/xlnt",
"license": "MIT OR BSD-3-Clause OR BSD-2-Clause OR LGPL-3.0-only OR BSL-1.0",
"documentation": "https://xlnt-community.gitbook.io/xlnt",
"license": "MIT AND BSD-3-Clause AND BSD-2-Clause",
"dependencies": [
"fast-float",
"fmt",

View File

@@ -10169,7 +10169,7 @@
"port-version": 3
},
"xlnt": {
"baseline": "1.6.0",
"baseline": "1.6.1",
"port-version": 0
},
"xlsxio": {

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c28a307d002509a5664301322ebc75024146b299",
"version": "1.6.1",
"port-version": 0
},
{
"git-tree": "4f4ec481bbcbc1fef452d156abf7d8539ce5e08b",
"version": "1.6.0",