Skip to content

Commit

Permalink
[asyncplusplus] Update asyncplusplus to v1.2 (microsoft#41420)
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWilczek authored Oct 22, 2024
1 parent 6a4359c commit c8582b4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/asyncplusplus/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
3 changes: 1 addition & 2 deletions ports/asyncplusplus/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/asyncplusplus.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7c34412bc47db8ec8e11e9c8569791d5da5199cc",
"version": "1.2",
"port-version": 0
},
{
"git-tree": "454f29e635dba103d5d48a5b1e9ba9842fb4864e",
"version": "1.1",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c8582b4

Please sign in to comment.