[cserialport] update to 4.3.1 (#39624)

This commit is contained in:
itas109 2024-07-04 00:43:12 +08:00 committed by GitHub
parent 1f9c7e0bbe
commit 2444315f12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 11 additions and 7 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO itas109/CSerialPort REPO itas109/CSerialPort
REF v4.3.0 REF "v${VERSION}"
SHA512 dfe8eff2c78e06667c5de638d9fb688a42d473037415244f5f3a13b875604439447844bb12106a47d81155f05867b3d7c01577ee1942cf6af255a997c40954f8 SHA512 a642087f3683ec1c97009f1cbc0b1d277101cf08b3bf43207b9474f657e11d711160b011c5aeed6f99ca1307d90ec44f7c664533f7eaa112805cf994a0ce365e
HEAD_REF master HEAD_REF master
) )

View File

@ -1,8 +1,7 @@
{ {
"name": "cserialport", "name": "cserialport",
"version": "4.3.0", "version": "4.3.1",
"port-version": 1, "description": "C++ lightweight cross-platform serial port library, also support C, C#, Java, Python, Node.js, Electron etc.",
"description": "C++ lightweight cross-platform serial port library, also support C#, Java, Python, Node.js etc.",
"homepage": "https://github.com/itas109/CSerialPort", "homepage": "https://github.com/itas109/CSerialPort",
"license": "LGPL-3.0-only", "license": "LGPL-3.0-only",
"supports": "!uwp & !xbox", "supports": "!uwp & !xbox",

View File

@ -2033,8 +2033,8 @@
"port-version": 0 "port-version": 0
}, },
"cserialport": { "cserialport": {
"baseline": "4.3.0", "baseline": "4.3.1",
"port-version": 1 "port-version": 0
}, },
"cspice": { "cspice": {
"baseline": "67", "baseline": "67",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "147cf49ff6bcecc86c1644cd0db7e54517eec4fa",
"version": "4.3.1",
"port-version": 0
},
{ {
"git-tree": "842df8d9c0fac5c130724643392f828bb20a6f97", "git-tree": "842df8d9c0fac5c130724643392f828bb20a6f97",
"version": "4.3.0", "version": "4.3.0",