Skip to content

Commit

Permalink
[srpc] update to 0.10.3 (#41661)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuehua authored Oct 21, 2024
1 parent ffe14b9 commit b8d688b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/srpc/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO sogou/srpc
REF v${VERSION}
SHA512 12816755ba94d1d006d5bbbbba14b0589258f6a79b3fef16b722e7a9f5375a6f69a513f203b27eef305358ec28d07a0553a40b1aaebf467326f14e4b6bfc4a01
SHA512 55c0ebbf30c24fdb40885792d5d3f1e183f27fcf13df6217053bec13cf9ed6359888351b20a792607b1f49df674b88bd148cf4c8addb1f610b1c59dd4eeba0f2
HEAD_REF master
PATCHES
protobuf.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/srpc/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "srpc",
"version-semver": "0.10.1",
"version-semver": "0.10.3",
"description": "RPC based on Sogou C++ Workflow",
"homepage": "https://github.com/sogou/srpc",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8605,7 +8605,7 @@
"port-version": 0
},
"srpc": {
"baseline": "0.10.1",
"baseline": "0.10.3",
"port-version": 0
},
"sse2neon": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/srpc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "73c36edb18eee3aaf83b3fb489efdca9c93368fd",
"version-semver": "0.10.3",
"port-version": 0
},
{
"git-tree": "cab44b93cf32daf3a535c14426eb9b5c780e94ea",
"version-semver": "0.10.1",
Expand Down

0 comments on commit b8d688b

Please sign in to comment.