Skip to content

Commit

Permalink
[asio-grpc] Update to v2.5.1 (microsoft#30248)
Browse files Browse the repository at this point in the history
* asio-grpc: Update to v2.5.1

* asio-grpc: Use VERSION
  • Loading branch information
Tradias authored Mar 20, 2023
1 parent dde86be commit cc182c1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/asio-grpc/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 Tradias/asio-grpc
REF v2.5.0
SHA512 c02fe7a655c170c4c937481bd5d5cc8c89f9fd7c54fdef3eaecacfe23871bc18fe1664842eecc0957cc9add79498870fd9738c144af816e39b80f14a1432788d
REF "v${VERSION}"
SHA512 88d98cfb41c6cb10bdf5c235417cae9a495901271bcc8d4073d4d89b10cc59bed2f076435c5a1e44e8639a6067b73b290fb2c4d71416c16e77b61191b065cbd0
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/asio-grpc/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asio-grpc",
"version": "2.5.0",
"version": "2.5.1",
"description": "Asynchronous gRPC with Asio/unified executors",
"homepage": "https://github.com/Tradias/asio-grpc",
"license": "Apache-2.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/asio-grpc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "90bb2e110b91caee0ca783b9652cbf212f8fed5b",
"version": "2.5.1",
"port-version": 0
},
{
"git-tree": "499f0360945116ec3bdd693c8ce4591e54e0fb7a",
"version": "2.5.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
"port-version": 1
},
"asio-grpc": {
"baseline": "2.5.0",
"baseline": "2.5.1",
"port-version": 0
},
"asiosdk": {
Expand Down

0 comments on commit cc182c1

Please sign in to comment.