Skip to content

Commit

Permalink
[cserialport] update to 4.3.1 (microsoft#39624)
Browse files Browse the repository at this point in the history
  • Loading branch information
itas109 authored Jul 3, 2024
1 parent 1f9c7e0 commit 2444315
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ports/cserialport/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO itas109/CSerialPort
REF v4.3.0
SHA512 dfe8eff2c78e06667c5de638d9fb688a42d473037415244f5f3a13b875604439447844bb12106a47d81155f05867b3d7c01577ee1942cf6af255a997c40954f8
REF "v${VERSION}"
SHA512 a642087f3683ec1c97009f1cbc0b1d277101cf08b3bf43207b9474f657e11d711160b011c5aeed6f99ca1307d90ec44f7c664533f7eaa112805cf994a0ce365e
HEAD_REF master
)

Expand Down
5 changes: 2 additions & 3 deletions ports/cserialport/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "cserialport",
"version": "4.3.0",
"port-version": 1,
"description": "C++ lightweight cross-platform serial port library, also support C#, Java, Python, Node.js etc.",
"version": "4.3.1",
"description": "C++ lightweight cross-platform serial port library, also support C, C#, Java, Python, Node.js, Electron etc.",
"homepage": "https://github.com/itas109/CSerialPort",
"license": "LGPL-3.0-only",
"supports": "!uwp & !xbox",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2033,8 +2033,8 @@
"port-version": 0
},
"cserialport": {
"baseline": "4.3.0",
"port-version": 1
"baseline": "4.3.1",
"port-version": 0
},
"cspice": {
"baseline": "67",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cserialport.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "147cf49ff6bcecc86c1644cd0db7e54517eec4fa",
"version": "4.3.1",
"port-version": 0
},
{
"git-tree": "842df8d9c0fac5c130724643392f828bb20a6f97",
"version": "4.3.0",
Expand Down

0 comments on commit 2444315

Please sign in to comment.