diff options
| author | Henrik Gaßmann <BurningEnlightenment@users.noreply.github.com> | 2020-03-28 04:05:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-27 20:05:36 -0700 |
| commit | cd4c0661161bb14b1d401a378fc1326c400a454c (patch) | |
| tree | 910487ec0fd6bf4b55141a6729a112350aaf04a6 | |
| parent | 472b159dab5517de53a7f943fb054d1958654eb7 (diff) | |
| download | vcpkg-cd4c0661161bb14b1d401a378fc1326c400a454c.tar.gz vcpkg-cd4c0661161bb14b1d401a378fc1326c400a454c.zip | |
[tinyexr] Update to commit `fdaeecb`@2020-03-15 (#10426)
- Modernize port.
| -rw-r--r-- | ports/tinyexr/CONTROL | 2 | ||||
| -rw-r--r-- | ports/tinyexr/portfile.cmake | 7 |
2 files changed, 3 insertions, 6 deletions
diff --git a/ports/tinyexr/CONTROL b/ports/tinyexr/CONTROL index 076322a0f..bd3f25fb6 100644 --- a/ports/tinyexr/CONTROL +++ b/ports/tinyexr/CONTROL @@ -1,4 +1,4 @@ Source: tinyexr
-Version: 0.9.5-d16ea6-1
+Version: 2020-03-15
Homepage: https://github.com/syoyo/tinyexr
Description: Library to load and save OpenEXR(.exr) images
diff --git a/ports/tinyexr/portfile.cmake b/ports/tinyexr/portfile.cmake index bc3effdc3..e8cfaf156 100644 --- a/ports/tinyexr/portfile.cmake +++ b/ports/tinyexr/portfile.cmake @@ -1,15 +1,12 @@ -# header-only -include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO syoyo/tinyexr - REF d16ea6347ae78bcee984fb57cab1f023aeda4fb0 - SHA512 63399688d7894f9ac4b893b2142202b36108b5029b11c40c3f9ad0f0135625fb0c8e0d54cec88d92c016774648dc829a946d9575c5f19afea56542c00759546e + REF fdaeecbbc1bac1a417c6af2f4dab43d3840ed036 + SHA512 0d875e197bc82dd5addb8e08e9ba1a9a02e108cc9dd14e5ea17de032cda5ad599f6d10d6c7959d545e05ab30d6daa34f98061f23faeb1c15caf96b6cb76483a3 HEAD_REF master ) file(COPY ${SOURCE_PATH}/tinyexr.h DESTINATION ${CURRENT_PACKAGES_DIR}/include) -# Handle copyright file(COPY ${CMAKE_CURRENT_LIST_DIR}/copyright DESTINATION ${CURRENT_PACKAGES_DIR}/share/tinyexr) |
