diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-12-09 17:20:10 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-09 17:20:10 -0800 |
| commit | 47a6ca9f9020de381b14430720c9c91314d7f6a1 (patch) | |
| tree | d4668f37b806cd9df1bfc23b7c200b48641e0a1f | |
| parent | d7b06be393c84273615a7e2526f514ffff0f93bc (diff) | |
| parent | 662d3bd9be374b705c4c396e06a824d6dafcdc54 (diff) | |
| download | vcpkg-47a6ca9f9020de381b14430720c9c91314d7f6a1.tar.gz vcpkg-47a6ca9f9020de381b14430720c9c91314d7f6a1.zip | |
Merge pull request #2341 from cdcseacave/master
[tinyexif] update to version 1.0.1
| -rw-r--r-- | ports/tinyexif/CONTROL | 2 | ||||
| -rw-r--r-- | ports/tinyexif/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/tinyexif/CONTROL b/ports/tinyexif/CONTROL index 9f86c85d5..9c984a507 100644 --- a/ports/tinyexif/CONTROL +++ b/ports/tinyexif/CONTROL @@ -1,4 +1,4 @@ Source: tinyexif -Version: 1.0.0-1 +Version: 1.0.1-1 Build-Depends: tinyxml2 Description: tiny ISO-compliant C++ EXIF and XMP parsing library for JPEG images diff --git a/ports/tinyexif/portfile.cmake b/ports/tinyexif/portfile.cmake index c69938a0d..4ee127d4a 100644 --- a/ports/tinyexif/portfile.cmake +++ b/ports/tinyexif/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO cdcseacave/TinyEXIF - REF 1.0.0 - SHA512 530b3e165bc51fa5a1bb29ea1f8cb5d7100a995347622d50375fdb5fab36139e9474d97ae2e3d54ac2886c2da1fe7138ed15710277410b6a6504ce05537fff28 + REF 1.0.1 + SHA512 d018d882adbcebf9fa8ad67a78304a1dd21ffd3a01e3cf2d269fa34efedc5ec5f293767f3a21d62cb1bb9b88b2c364977a9125e9b88b2eac7866a8d6b27c2f23 HEAD_REF master ) |
