diff options
| author | Lily <47812810+LilyWangL@users.noreply.github.com> | 2020-09-28 08:33:19 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-27 17:33:19 -0700 |
| commit | bfc0f488335725763b5e966641cbec738aa7a485 (patch) | |
| tree | ccb508769ecbd3611bcf1034e1befae8a3702290 /ports/libyaml | |
| parent | ae82a554f80e49f29d528f6ec395211ea0b7939b (diff) | |
| download | vcpkg-bfc0f488335725763b5e966641cbec738aa7a485.tar.gz vcpkg-bfc0f488335725763b5e966641cbec738aa7a485.zip | |
[libyaml/sqlpp11/xeus/uvatlas/xxhash] Update to the latest version (#13657)
* [many ports] Update to the latest version
* [xeus] Fix static build
* [usd] Revert change
* [xeus] Fix build error
* [sqlpp11] Update latest version
* [libyaml] Fix build error on Linux
* [sqlpp11] Fix build error
Diffstat (limited to 'ports/libyaml')
| -rw-r--r-- | ports/libyaml/CONTROL | 3 | ||||
| -rw-r--r-- | ports/libyaml/portfile.cmake | 7 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/libyaml/CONTROL b/ports/libyaml/CONTROL index b5084150b..d6d9107c2 100644 --- a/ports/libyaml/CONTROL +++ b/ports/libyaml/CONTROL @@ -1,3 +1,4 @@ Source: libyaml
-Version: 0.2.2-3
+Version: 0.2.5
+Homepage: https://github.com/yaml/libyaml
Description: A C library for parsing and emitting YAML.
diff --git a/ports/libyaml/portfile.cmake b/ports/libyaml/portfile.cmake index 716f69181..a9b75c771 100644 --- a/ports/libyaml/portfile.cmake +++ b/ports/libyaml/portfile.cmake @@ -5,8 +5,8 @@ endif() vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO yaml/libyaml
- REF 0.2.2
- SHA512 455494591014a97c4371a1f372ad09f0d6e487e4f1d3419c98e9cd2f16d43a0cf9a0787d7250bebee8b8d400df4626f5acd81e90139e54fa574a66ec84964c06
+ REF 2c891fc7a770e8ba2fec34fc6b545c672beb37e6 # 0.2.5
+ SHA512 7cdde7b48c937777b851747f7e0b9a74cb7da30173e09305dad931ef83c3fcee3e125e721166690fe6a0987ba897564500530e5518e4b66b1c9b1db8900bf320
HEAD_REF master
PATCHES ${PATCHES}
)
@@ -25,5 +25,4 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH share/yaml TARGET_PATH share/yaml) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include ${CURRENT_PACKAGES_DIR}/include/config.h ${CURRENT_PACKAGES_DIR}/debug/share)
-
-configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
+configure_file(${SOURCE_PATH}/License ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
|
