[sail] Update to 0.9.0-rc1 (#26781)

* [sail] Update to 0.9.0-rc1

* [sail] vcpkg x-add-version --all --overwrite-version

* [sail] Added quotes

* [sail] vcpkg x-add-version --all --overwrite-version
This commit is contained in:
Dmitry Baryshev 2022-09-15 22:31:18 +03:00 committed by GitHub
parent 258dbad4cc
commit 46798970f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 6 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO HappySeaFox/sail
REF v0.9.0-pre21
SHA512 51c23792d18b28520d04d7a097a6d46521d12107919ff76a7ff270a518beb862e4a1df89f3effb945ff908c39336bd60c5f118d6db80baf50005c05f55d2d96f
REF v0.9.0-rc1
SHA512 c9b04bdf92600c0b1d38e00b31ec28f841b76fa41c50524199665de3e97a74b2633b8e9dc4bce1820521245b9d3bf04788eb1b5de9e3516e421927205d09ac47
HEAD_REF master
)
@ -21,8 +21,8 @@ vcpkg_cmake_install()
vcpkg_copy_pdbs()
# Remove duplicate files
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include
${CURRENT_PACKAGES_DIR}/debug/share)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include"
"${CURRENT_PACKAGES_DIR}/debug/share")
# Move cmake configs
vcpkg_cmake_config_fixup(PACKAGE_NAME sail CONFIG_PATH lib/cmake/sail DO_NOT_DELETE_PARENT_CONFIG_PATH)

View File

@ -1,6 +1,6 @@
{
"name": "sail",
"version-semver": "0.9.0-pre21",
"version-semver": "0.9.0-rc1",
"description": "The missing small and fast image decoding library for humans (not for machines)",
"homepage": "https://github.com/HappySeaFox/sail",
"license": "MIT",

View File

@ -6537,7 +6537,7 @@
"port-version": 0
},
"sail": {
"baseline": "0.9.0-pre21",
"baseline": "0.9.0-rc1",
"port-version": 0
},
"sais": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5a3beda67ffe57e68f882d59f7f5c33bf726f2c8",
"version-semver": "0.9.0-rc1",
"port-version": 0
},
{
"git-tree": "5604acc45bd6e7fc2123a52f3742ffa674a0c2f7",
"version-semver": "0.9.0-pre21",