mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[cpp-ipc] update to 1.4.1 (#48874)
This commit is contained in:
@@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO mutouyun/cpp-ipc
|
||||
REF v${VERSION}
|
||||
SHA512 1858ab00092fdec72e6f9b38d9eaf86661e16a8fc0162f277b0dfa7b240ff65824bd14eb5ed8ec2034259b749a78d38b87b2c1b6d2b629bb0f176837c369336e
|
||||
SHA512 114534b28654b9085b3d757fbb1d03aec6f6eb6b34312168f5e72f03e75f57299714dba20f345be5ecc940b38eb7d956a42a41ae82f12d722a27075ac27e31d9
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cpp-ipc",
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"description": "C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.",
|
||||
"homepage": "https://github.com/mutouyun/cpp-ipc",
|
||||
"supports": "!osx & !android",
|
||||
|
||||
@@ -2005,7 +2005,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"cpp-ipc": {
|
||||
"baseline": "1.4.0",
|
||||
"baseline": "1.4.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"cpp-jwt": {
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "78c5becf77ba2a78b6eed20a271a961f42d9301d",
|
||||
"version": "1.4.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "ff8d0d48cbedd50adfcc6af6d1fab08b99d14e61",
|
||||
"version": "1.4.0",
|
||||
|
||||
Reference in New Issue
Block a user