Skip to content

Commit

Permalink
[c9y] Update to 0.6.1 (microsoft#28952)
Browse files Browse the repository at this point in the history
* [c9y] Upgrade to 0.6.1

* [c9y] Update baselines.
  • Loading branch information
rioki authored Jan 15, 2023
1 parent f76aa21 commit 1e9facc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/c9y/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 rioki/c9y
REF v0.6.0
SHA512 20203771ca88c69a8f77010ad79ac5fe90b9e60457cb3a037106241622fd7b6c1ef409055c969dddbe7575816947d95cbe5e7c291bad557c358cc43d0db17c2d
REF v0.6.1
SHA512 fc3c3a46fa088084b3785d3d2c13346362aff32ea7d6cca3c5bd1dbaab10eb3cb5a3064189761fa8aabfdf25f0c4a1129484747f152d7578e79459c8ed08f7e1
)

vcpkg_cmake_configure(
Expand Down
2 changes: 1 addition & 1 deletion ports/c9y/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "c9y",
"version-semver": "0.6.0",
"version-semver": "0.6.1",
"description": "Concurency",
"homepage": "https://github.com/rioki/c9y",
"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 @@ -1277,7 +1277,7 @@
"port-version": 1
},
"c9y": {
"baseline": "0.6.0",
"baseline": "0.6.1",
"port-version": 0
},
"caf": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/c9y.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "74238c4ddb455e7d7ba046f30436e1a07aca2f77",
"version-semver": "0.6.1",
"port-version": 0
},
{
"git-tree": "637d6fd46798e96161b162117eaed37afef1a875",
"version-semver": "0.6.0",
Expand Down

0 comments on commit 1e9facc

Please sign in to comment.