Skip to content

Commit 640e297

Browse files
authored
[tinyproto] Update to v1.1.0 (microsoft#45878)
1 parent 3d4f489 commit 640e297

4 files changed

Lines changed: 13 additions & 6 deletions

File tree

ports/tinyproto/portfile.cmake

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
33
vcpkg_from_github(
44
OUT_SOURCE_PATH SOURCE_PATH
55
REPO lexus2k/tinyproto
6-
REF dc7a6c2186fdb38f0a263d26e81e204437b7ee66 # 1.0.0 + 156 commits
7-
SHA512 13dc128567357b08cdee15ab710649f9eaaf58b466afba429ac0059aeaa4c908445dd20e9576ddfd471712aa7556805b7d415c2e7c6d8e8a00d7c076d0d270c2
6+
REF 77df8bbde4fa075031014eeef6061f2892c7b084
7+
SHA512 c8b1a19d45fe3527e7e16bd1641842e639e70ad3f33f804b84a3a95719ac328305a4360c9d7f6b6c5a659b01a38a50f75298467dc8c16b4d118a8ee4948ce906
88
HEAD_REF master
99
)
1010

11-
vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}")
11+
vcpkg_cmake_configure(
12+
SOURCE_PATH "${SOURCE_PATH}"
13+
OPTIONS "-DCMAKE_CXX_STANDARD=11"
14+
)
1215
vcpkg_cmake_install()
1316
vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/tinyproto")
1417

ports/tinyproto/vcpkg.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"name": "tinyproto",
3-
"version-date": "2025-05-26",
3+
"version": "1.1.0",
44
"description": "Tiny Software Protocol for communication over UART, SPI, etc",
55
"homepage": "https://github.com/lexus2k/tinyproto",
66
"license": "GPL-3.0-or-later",
7-
"supports": "!osx",
87
"dependencies": [
98
{
109
"name": "vcpkg-cmake",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9433,7 +9433,7 @@
94339433
"port-version": 0
94349434
},
94359435
"tinyproto": {
9436-
"baseline": "2025-05-26",
9436+
"baseline": "1.1.0",
94379437
"port-version": 0
94389438
},
94399439
"tinyspline": {

versions/t-/tinyproto.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "9224f6f9ecbe4dd6ef25c2f90567cf4c9586bb00",
5+
"version": "1.1.0",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "f0d22f44f2981dc1ea90e2304f9212198c45722d",
510
"version-date": "2025-05-26",

0 commit comments

Comments
 (0)