diff options
| -rw-r--r-- | ports/tinygltf/CONTROL | 3 | ||||
| -rw-r--r-- | ports/tinygltf/portfile.cmake | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/ports/tinygltf/CONTROL b/ports/tinygltf/CONTROL index 4baf2cf21..ceba5f92b 100644 --- a/ports/tinygltf/CONTROL +++ b/ports/tinygltf/CONTROL @@ -1,4 +1,5 @@ Source: tinygltf
-Version: 2.2.0
+Version: 2020-07-28
+Homepage: https://github.com/syoyo/tinygltf
Description: A header only C++11 glTF 2.0 library.
Build-Depends: stb, nlohmann-json
\ No newline at end of file diff --git a/ports/tinygltf/portfile.cmake b/ports/tinygltf/portfile.cmake index f78f2b017..ef263046b 100644 --- a/ports/tinygltf/portfile.cmake +++ b/ports/tinygltf/portfile.cmake @@ -1,11 +1,9 @@ # Header-only library
-include(vcpkg_common_functions)
-
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO syoyo/tinygltf
- REF v2.2.0
- SHA512 5a63fab31dd49e25fe2a32f66bbcae5a6340ced403dc51de65ee7363bb9b358e546bbecd116a53062099f90a2579a5178dcc5c4268d4b99c0afe30fac20ad7cf
+ REF 91da29972987bb4d715a09d94ecd2cefd3a487d4 #v2.4.2
+ SHA512 bede1f995b8f6cdab04140ab284576444ddb5baa8894150ac697e53bafbe03c339c274a2b9559572751a9408b33750d86105d8d24ebccbdfbc98555e7b3a1efd
HEAD_REF master
)
|
