[asyncplusplus] Update asyncplusplus to v1.2 (#41420)

This commit is contained in:
Jan Wilczek 2024-10-22 07:21:43 +02:00 committed by GitHub
parent 6a4359c5c1
commit c8582b4d83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 6 deletions

View File

@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Amanieu/asyncplusplus
REF 172ca3f8e0df1b3f7f5ee8b8244e4ac67258b0d8 # v1.1
SHA512 fd95b3349ceed4cab5cb0e146d2ccfe77c85318303015cf513037fc69c1ade7cfdb3dc81de8a90846c4387c5e31f5a70a64da770547c201dfe24d2c181be1933
REF v1.2
SHA512 4b59ef805d4683631ef2ba51039deb210d9ba28b35021489560b0f2da6f75a68da8cb676807f9831047c997673556f69fdca0ae2081996274015e708fd6ff55e
HEAD_REF master
)

View File

@ -1,7 +1,6 @@
{
"name": "asyncplusplus",
"version": "1.1",
"port-version": 2,
"version": "1.2",
"description": "Async++ is a lightweight concurrency framework for C++11",
"license": "MIT",
"supports": "!uwp",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7c34412bc47db8ec8e11e9c8569791d5da5199cc",
"version": "1.2",
"port-version": 0
},
{
"git-tree": "454f29e635dba103d5d48a5b1e9ba9842fb4864e",
"version": "1.1",

View File

@ -301,8 +301,8 @@
"port-version": 3
},
"asyncplusplus": {
"baseline": "1.1",
"port-version": 2
"baseline": "1.2",
"port-version": 0
},
"at-spi2-atk": {
"baseline": "2.38.0",