diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-02-20 08:45:58 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-19 16:45:58 -0800 |
| commit | 9db90b397d1257f5af62f57f0b4f53072803b6e2 (patch) | |
| tree | 76489523bc0d10897588d65d56bf6dd964e5e6a4 /ports/xlnt | |
| parent | 1be75a28bfce2084bb0b59ec92a6853f13d7be66 (diff) | |
| download | vcpkg-9db90b397d1257f5af62f57f0b4f53072803b6e2.tar.gz vcpkg-9db90b397d1257f5af62f57f0b4f53072803b6e2.zip | |
Fix baseline error (#10051)
* Fix osx baseline
* fix osg configure issue
* re-trigger ci test
* re-trigger ci test
* [osg] Revert changes with osg and temporarily skip osg detection
* trigger ci test
* update baseline
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'ports/xlnt')
| -rw-r--r-- | ports/xlnt/CONTROL | 2 | ||||
| -rw-r--r-- | ports/xlnt/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/xlnt/CONTROL b/ports/xlnt/CONTROL index 3e2cc3d51..2c2736e8e 100644 --- a/ports/xlnt/CONTROL +++ b/ports/xlnt/CONTROL @@ -1,4 +1,4 @@ Source: xlnt
-Version: 1.4.0
+Version: 1.4.0-1
Homepage: https://github.com/tfussell/xlnt
Description: Cross-platform user-friendly xlsx library for C++14
diff --git a/ports/xlnt/portfile.cmake b/ports/xlnt/portfile.cmake index 42e188335..0da394c9a 100644 --- a/ports/xlnt/portfile.cmake +++ b/ports/xlnt/portfile.cmake @@ -7,8 +7,8 @@ endif() vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO tfussell/xlnt - REF v1.4.0 - SHA512 74abbee97994098fb7d8fd0839929db74fe01b8428f8bdb8edd28340d3b3ed04d4c7d6dd5d886ae766054ff1b0fe9a8275098a1462e7a5146ff09f1cdb063360 + REF 85e6878cc41d4c5ad002e961dc1fe35e41f936b6 # v1.4.0 + SHA512 335198fbcc1b3028e38bced4ee26047047b02372b6c52727a64c0cab6db19cc31be8ac6c08e96f415875a181d6f717082220b0f63f08ef6ac194927e2184a9df HEAD_REF master PATCHES ${win_patch} |
