mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 01:24:47 +08:00
[cserialport] Update to 4.3.0 (#30266)
* [cserialport] Update to 4.3.0 * update version infos
This commit is contained in:
parent
ca64b91070
commit
3cc8250fc8
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO itas109/CSerialPort
|
||||
REF v4.2.1
|
||||
SHA512 a5d30ab1a970a1989b9295d37285a5043946164910b9ed455661b96e0b42a9d9c71d7ea9d23bbe3dc5d1c2f33ff0265320e0bb3199243146ba2eeb263757335f
|
||||
REF v4.3.0
|
||||
SHA512 dfe8eff2c78e06667c5de638d9fb688a42d473037415244f5f3a13b875604439447844bb12106a47d81155f05867b3d7c01577ee1942cf6af255a997c40954f8
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cserialport",
|
||||
"version": "4.2.1",
|
||||
"version": "4.3.0",
|
||||
"description": "C++ lightweight cross-platform serial port library, also support C#, Java, Python, Node.js etc.",
|
||||
"homepage": "https://github.com/itas109/CSerialPort",
|
||||
"license": "LGPL-3.0-only",
|
||||
|
@ -1849,7 +1849,7 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"cserialport": {
|
||||
"baseline": "4.2.1",
|
||||
"baseline": "4.3.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"cspice": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "28d4a472a2587c890738ebb66b79bfd3ab052ac9",
|
||||
"version": "4.3.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "d77a5c24de68d33668252720bd2450ff86b1dc94",
|
||||
"version": "4.2.1",
|
||||
|
Loading…
Reference in New Issue
Block a user