mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
[veigar] Update to 1.4 (#42172)
Co-authored-by: FrankXie <v-frankxie@microsoft.com> Co-authored-by: admin <admin@windows.com> Co-authored-by: paipai <noexist@gmail.com> Co-authored-by: Frank <1433351828@qq.com>
This commit is contained in:
parent
d5667ecf33
commit
2878a7d60f
@ -3,7 +3,7 @@ vcpkg_from_github(
|
||||
REPO winsoft666/veigar
|
||||
HEAD_REF master
|
||||
REF "${VERSION}"
|
||||
SHA512 dce0312bd5792e1c4a084b23c331bb5b30459b8e43b325e630800e2ebe929099defb000c889bd09ab94b2417b0169614465c11ca9ed845236542a6c36b9947fc
|
||||
SHA512 cfe7986d5d17e21ca7aff1f1e20b79136aef7e0da96e713f0077b3ad843a7a812202f0db300616c2ca8b925fb3e054bc76e24fb14ad83761ee34fb9946c33829
|
||||
)
|
||||
|
||||
string(COMPARE EQUAL "${VCPKG_CRT_LINKAGE}" "static" VEIGAR_USE_STATIC_CRT)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "veigar",
|
||||
"version": "1.2",
|
||||
"version": "1.4",
|
||||
"maintainers": "winsoft666 <winsoft666@outlook.com>",
|
||||
"description": "Cross platform RPC library using shared memory.",
|
||||
"homepage": "https://github.com/winsoft666/veigar",
|
||||
|
@ -9417,7 +9417,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"veigar": {
|
||||
"baseline": "1.2",
|
||||
"baseline": "1.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"velodyne-decoder": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d2b1ce44285bf16b1c2e582e8e7a4465882f27c1",
|
||||
"version": "1.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "88f837039f4ae787986c90d0095969a8775795c1",
|
||||
"version": "1.2",
|
||||
|
Loading…
Reference in New Issue
Block a user