mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:09:00 +08:00
[cpp-sort] Update to 1.16.0 (#39970)
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
This commit is contained in:
parent
ab4d2c80fa
commit
484915c2f0
@ -1,8 +1,10 @@
|
||||
set(VCPKG_BUILD_TYPE release) # header-only
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Morwenn/cpp-sort
|
||||
REF "${VERSION}"
|
||||
SHA512 85d9f68ff64ff23769c66d28153273e2072b2c12f2f94bb058afebc1fb68d852734d3907a51704212d795bff71f327de3497232ba3619179bbaa141ab55b2452
|
||||
SHA512 9a9098170cae99aaaed071c05b8bdb6af2d60379bc55f1a59d5e261769df9313517f449c1a9ea13aa96770b47ad5d628a5e0e5a93b019bf02f1918db582bcf19
|
||||
HEAD_REF 1.x.y-develop
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cpp-sort",
|
||||
"version": "1.15.0",
|
||||
"version": "1.16.0",
|
||||
"description": "Sorting algorithms & related tools for C++14",
|
||||
"homepage": "https://github.com/Morwenn/cpp-sort/",
|
||||
"license": "MIT",
|
||||
|
@ -1893,7 +1893,7 @@
|
||||
"port-version": 5
|
||||
},
|
||||
"cpp-sort": {
|
||||
"baseline": "1.15.0",
|
||||
"baseline": "1.16.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"cpp-taskflow": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "151e8c8270d227fdb1f213daa5d17e87f5575f28",
|
||||
"version": "1.16.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "b474d4009aeb5dd69f5024899bff6fbbb92a78f6",
|
||||
"version": "1.15.0",
|
||||
|
Loading…
Reference in New Issue
Block a user