mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:43:02 +08:00
[c9y] Update to 0.6.2 (#29043)
* [c9y] Update to version 0.6.2 * [c9y] update baseline
This commit is contained in:
parent
b28ef371ad
commit
9a4d01264a
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO rioki/c9y
|
||||
REF v0.6.1
|
||||
SHA512 fc3c3a46fa088084b3785d3d2c13346362aff32ea7d6cca3c5bd1dbaab10eb3cb5a3064189761fa8aabfdf25f0c4a1129484747f152d7578e79459c8ed08f7e1
|
||||
REF v0.6.2
|
||||
SHA512 13a7d820767dd3363557c64cf6d555778d91a5403ed4c2725c8a531adae0f010bf87076b09aa661880e73724dfb3dce05289364578b9a70f3409b72845705c96
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
@ -10,6 +10,8 @@ vcpkg_cmake_configure(
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/c9y)
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "c9y",
|
||||
"version-semver": "0.6.1",
|
||||
"version-semver": "0.6.2",
|
||||
"description": "Concurency",
|
||||
"homepage": "https://github.com/rioki/c9y",
|
||||
"license": "MIT",
|
||||
@ -8,6 +8,10 @@
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1277,7 +1277,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"c9y": {
|
||||
"baseline": "0.6.1",
|
||||
"baseline": "0.6.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"caf": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d15ee572c3fcd0881ad17193d733ceccde3267fd",
|
||||
"version-semver": "0.6.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "74238c4ddb455e7d7ba046f30436e1a07aca2f77",
|
||||
"version-semver": "0.6.1",
|
||||
|
Loading…
Reference in New Issue
Block a user