Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stlab] update to 1.6.2 #17239

Merged
merged 4 commits into from
Apr 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/stlab/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: stlab
Version: 1.5.2-1
Version: 1.6.2
Description:
stlab is the ongoing work of what was Adobe Software Technology Lab.
The Concurrency library provides futures and channels, high level constructs for implementing algorithms that eases the use of multiple CPU cores while minimizing contention. This library solves several problems of the C++11 and C++17 TS futures.
Expand Down
4 changes: 2 additions & 2 deletions ports/stlab/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stlab/libraries
REF 2e411dd5c8b7eb096e9eb04c46b569c775b126c6 # V1.5.2
SHA512 c0e3f8b7b44a6da9734b44e5693d28b84e75a9d4844e30d26dbc65cbd6673fe7e7a45f329aadf5ac3d1e7ec9b939230d179ed150bcf4c3f3e96a3a96ed04fadb
REF 0a7232a4120c2daf8ddb6621ec13f313a029e495 # V1.6.2
SHA512 6e03a5370d02accd798fc14fd256ab593b9a33b4a9b9cda8f2233eeafacf70c389c2999d1834b7ffef6968008921d28d88bcf728a322ba7943106ddc9d8e6f16
HEAD_REF develop
)

Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5793,7 +5793,7 @@
"port-version": 0
},
"stlab": {
"baseline": "1.5.2-1",
"baseline": "1.6.2",
"port-version": 0
},
"stormlib": {
Expand Down Expand Up @@ -6613,4 +6613,4 @@
"port-version": 1
}
}
}
}
5 changes: 5 additions & 0 deletions versions/s-/stlab.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "69d76ab4d0a43c472e67688022dc3831399ee571",
"version-string": "1.6.2",
"port-version": 0
},
{
"git-tree": "8c11accbf5dec18cf90ddcc4d437c87a770a7c99",
"version-string": "1.5.2-1",
Expand Down