diff --git a/ports/xlnt/CONTROL b/ports/xlnt/CONTROL index 2cd806e705..4f5c13070c 100644 --- a/ports/xlnt/CONTROL +++ b/ports/xlnt/CONTROL @@ -1,3 +1,4 @@ Source: xlnt -Version: 0.9.1 +Version: 0.9.4 Description: Cross-platform user-friendly xlsx library for C++14 +Depends: zlib cryptopp expat diff --git a/ports/xlnt/portfile.cmake b/ports/xlnt/portfile.cmake index 9cf40d8082..9deb4a712a 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 "c43561b4bdfb66caa78e2acfb7d513c0810cd4b0") +set(GIT_REV "f908dca6fe342f44b814073947aaccc69df7c9b6") if(NOT EXISTS "${DOWNLOADS}/xlnt.git") message(STATUS "Cloning")