aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/xlnt/portfile.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/xlnt/portfile.cmake b/ports/xlnt/portfile.cmake
index 639bb1c23..9cf40d808 100644
--- a/ports/xlnt/portfile.cmake
+++ b/ports/xlnt/portfile.cmake
@@ -8,7 +8,7 @@ include(vcpkg_common_functions)
find_program(GIT git)
set(GIT_URL "https://github.com/tfussell/xlnt.git")
-set(GIT_REV "f33e8870123042b8420f87b82673c11014f6babd")
+set(GIT_REV "c43561b4bdfb66caa78e2acfb7d513c0810cd4b0")
if(NOT EXISTS "${DOWNLOADS}/xlnt.git")
message(STATUS "Cloning")
@@ -44,6 +44,6 @@ vcpkg_configure_cmake(
vcpkg_install_cmake()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
-file(INSTALL ${CURRENT_BUILDTREES_DIR}/src/LICENCE.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/xlnt RENAME copyright)
+file(INSTALL ${CURRENT_BUILDTREES_DIR}/src/LICENSE.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/xlnt RENAME copyright)
vcpkg_copy_pdbs()