From 48e95d1aa3fedd24234f1d436226d07fc2b4f45f Mon Sep 17 00:00:00 2001 From: Carsten Grimm <97085459+carsten-grimm-at-ipolog@users.noreply.github.com> Date: Mon, 18 Dec 2023 23:02:02 +0100 Subject: [PATCH] [tinygltf] update to 2.8.19 (#35719) --- ports/tinygltf/portfile.cmake | 2 +- ports/tinygltf/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/t-/tinygltf.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/tinygltf/portfile.cmake b/ports/tinygltf/portfile.cmake index 86b654f53c49ab..fa6603b33e3edf 100644 --- a/ports/tinygltf/portfile.cmake +++ b/ports/tinygltf/portfile.cmake @@ -3,7 +3,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO syoyo/tinygltf REF "v${VERSION}" - SHA512 b745fea9e7291494d3bda225b90885ee7923d8a98f515908f3c3390dc3eb76207b9f7d3464254ef68031d0a8428935064dcf40e9c0f1858bd465c4b5dd660382 + SHA512 56bed2a2590abb8382c304f741ae842cd0c150d5a1fc2e2e4acdc596f432fdb3c79e73436456534f4a13b36107887c892468e17a683c01aed860aa6db535e1f4 HEAD_REF master ) diff --git a/ports/tinygltf/vcpkg.json b/ports/tinygltf/vcpkg.json index 1084ba4e261936..174fa4f44b5a7c 100644 --- a/ports/tinygltf/vcpkg.json +++ b/ports/tinygltf/vcpkg.json @@ -1,6 +1,6 @@ { "name": "tinygltf", - "version": "2.8.17", + "version": "2.8.19", "description": "A header only C++11 glTF 2.0 library.", "homepage": "https://github.com/syoyo/tinygltf", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index 1fd7b2244da4e4..e6f36a39793946 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -8481,7 +8481,7 @@ "port-version": 0 }, "tinygltf": { - "baseline": "2.8.17", + "baseline": "2.8.19", "port-version": 0 }, "tinynpy": { diff --git a/versions/t-/tinygltf.json b/versions/t-/tinygltf.json index 2c795115547ea7..b7e339595a8da8 100644 --- a/versions/t-/tinygltf.json +++ b/versions/t-/tinygltf.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a7a75083fb4ff9692e03a87d477b6e7b18ddb4b6", + "version": "2.8.19", + "port-version": 0 + }, { "git-tree": "a828c964c3dac5b5b48545da10e8e357c3759042", "version": "2.8.17",