From 91d47fa9f9a1422f56edcbbab5f6416943255050 Mon Sep 17 00:00:00 2001 From: miyanyan <40262194+miyanyan@users.noreply.github.com> Date: Tue, 13 Aug 2024 07:35:48 +0800 Subject: [PATCH] [tinygltf] update to 2.9.3 (#40378) --- 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 0d2537f725..b7ab234e46 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 daee181b4212c7ba96b3e791fc28aa77102555323a2fef167edaee24d6e13ba4c9a844d028a3f2734760a65440face0eb759d034daecd4c0e3b4c4b67dadfd72 + SHA512 4f4d479a8ad8dd858340b0bfa5af4fdc9073279e59c4240918d5dfce94d2b50b87bc0acad0a2e7659d090dd4aa3b34b456550749fe57bb4f7b58ac2f2b6927aa HEAD_REF master ) diff --git a/ports/tinygltf/vcpkg.json b/ports/tinygltf/vcpkg.json index c717fe9741..29a2234d15 100644 --- a/ports/tinygltf/vcpkg.json +++ b/ports/tinygltf/vcpkg.json @@ -1,6 +1,6 @@ { "name": "tinygltf", - "version": "2.9.2", + "version": "2.9.3", "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 b0adb61109..315321471e 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -8849,7 +8849,7 @@ "port-version": 0 }, "tinygltf": { - "baseline": "2.9.2", + "baseline": "2.9.3", "port-version": 0 }, "tinynpy": { diff --git a/versions/t-/tinygltf.json b/versions/t-/tinygltf.json index bfc777c975..88dea85421 100644 --- a/versions/t-/tinygltf.json +++ b/versions/t-/tinygltf.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "79294fe8043f1405ad2595c7e4847e597951e3b5", + "version": "2.9.3", + "port-version": 0 + }, { "git-tree": "9735efbd747cfc611ad41fd34e5985a03b61fa30", "version": "2.9.2",