bump xlnt version, add dependencies to control file, point at latest commit

This commit is contained in:
Thomas Fussell 2017-03-12 18:38:52 -04:00
parent 2f42035ab4
commit 23ab2a0f97
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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")