diff options
| author | Thomas Fussell <thomas.fussell@gmail.com> | 2017-03-12 18:38:52 -0400 |
|---|---|---|
| committer | Thomas Fussell <thomas.fussell@gmail.com> | 2017-03-12 18:38:52 -0400 |
| commit | 23ab2a0f9769a2744b4bd125a756a617c8865d37 (patch) | |
| tree | a12edc1bab1aee4f688cc1689beaba0aae6dcfe3 | |
| parent | 2f42035ab43dd50cd863b51944aa099a99ae60f0 (diff) | |
| download | vcpkg-23ab2a0f9769a2744b4bd125a756a617c8865d37.tar.gz vcpkg-23ab2a0f9769a2744b4bd125a756a617c8865d37.zip | |
bump xlnt version, add dependencies to control file, point at latest commit
| -rw-r--r-- | ports/xlnt/CONTROL | 3 | ||||
| -rw-r--r-- | ports/xlnt/portfile.cmake | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ports/xlnt/CONTROL b/ports/xlnt/CONTROL index 2cd806e70..4f5c13070 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 9cf40d808..9deb4a712 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")
|
