Skip to content

Commit

Permalink
grpc: Update to 1.65.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Tradias committed Aug 2, 2024
1 parent 8d442a9 commit 9240d3c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/grpc/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO grpc/grpc
REF "v${VERSION}"
SHA512 deb6c874af7a9ab96ffea93674a4809d2e891dc123ae61fd044ec1c03db6652f9887186abede4bb54da8aedba50f88ce2b5c27b615dc519f2c8d5cf256d250e1
SHA512 af414f626b93da284e5e42177ec5afe9794cfde3ae2188a606aadd6280666db584f9bcc5ee2d1ed26fd4d7806b576637ceb33a9c4d6eb50af6c0acd3d21b7cd8
HEAD_REF master
PATCHES
00001-fix-uwp.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/grpc/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grpc",
"version-semver": "1.65.2",
"version-semver": "1.65.4",
"description": "gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems.",
"homepage": "https://github.com/grpc/grpc",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3221,7 +3221,7 @@
"port-version": 0
},
"grpc": {
"baseline": "1.65.2",
"baseline": "1.65.4",
"port-version": 0
},
"grppi": {
Expand Down
4 changes: 2 additions & 2 deletions versions/g-/grpc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"versions": [
{
"git-tree": "233a7265c9a4c3931f671578961229751302e725",
"version-semver": "1.65.2",
"git-tree": "25030b754e9b30364ba7098e597f80e6f52f19ba",
"version-semver": "1.65.4",
"port-version": 0
},
{
Expand Down

0 comments on commit 9240d3c

Please sign in to comment.