Skip to content

Commit

Permalink
[transwarp] update to 2.2.3 (microsoft#37853)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuehua authored Apr 1, 2024
1 parent ef0ddb6 commit 18d64b7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/transwarp/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 bloomen/transwarp
REF 2.2.2
SHA512 32e5dce698bff565f98ac73e7a4213858f5024003f01d798a6f7eb99289f192dd56b45c975c0e42be36e28e0b828c9810f5d27e62312649606b78ec93e4afae4
REF "${VERSION}"
SHA512 f420a74513b1b1dfd1cba3e2447f3832098f75c6e9a5f7aff3a7b2567ddca07646d49c90b377299642443dadd968dc98695661a1db33f9426e112559a83f2154
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/transwarp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "transwarp",
"version": "2.2.2",
"version": "2.2.3",
"description": "A header-only C++ library for task concurrency",
"homepage": "https://github.com/bloomen/transwarp",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8761,7 +8761,7 @@
"port-version": 2
},
"transwarp": {
"baseline": "2.2.2",
"baseline": "2.2.3",
"port-version": 0
},
"trantor": {
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/transwarp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ba8adbe1de235c6f704f16621eceaa30a35c3b5d",
"version": "2.2.3",
"port-version": 0
},
{
"git-tree": "2e60fb56dd71cbc0d75dfb0bc253ec4ab5b12e8e",
"version": "2.2.2",
Expand Down

0 comments on commit 18d64b7

Please sign in to comment.