Merge pull request #4153 from sjemens/xlnt

[xlnt] update to v1.3.0
This commit is contained in:
Alexander Karatarakis 2018-08-29 17:19:25 -07:00 committed by GitHub
commit 4b4aac037d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
Source: xlnt
Version: 1.2.0-2
Version: 1.3.0-1
Description: Cross-platform user-friendly xlsx library for C++14

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO tfussell/xlnt
REF v1.2.0
SHA512 e95eeb23ffe0bd68081a3a1dccfc2164697d4fac4386ddb9cc1029180a499de250c28df34d1b3971ff26e95a55d822f43efe032aa989321ee29d3d3e7a8b5587
REF v1.3.0
SHA512 716b93a6138daf1e293980a3c26801bfd00aa713afdd9cbe9be672ccff8c86b69b26eb0f3e8259bd0844e04d0e6148b64467d7db6815c76ecf412715d506786f
HEAD_REF master
)