[tinyexif] Fix hash

This commit is contained in:
Victor Romero 2019-01-16 13:10:39 -08:00
parent 9c308ef387
commit 5e38f4955a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Source: tinyexif
Version: 1.0.2-1
Version: 1.0.2-2
Build-Depends: tinyxml2
Description: tiny ISO-compliant C++ EXIF and XMP parsing library for JPEG images

View File

@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO cdcseacave/TinyEXIF
REF 1.0.2
SHA512 956880ccd0ccdee80f438ee899c7a88e02cc3dd6f09b62cbc71b9597501f1c8e06a74cf837d3f231dbd0416c062cd05a9854f46a55671c06c01bbc9437442159
SHA512 95a88c45c9f4812266cc6b7cf57e93be1229513274b446f5da6b9c4d5dc07c07985bf6ad6ffc31de673e88ef6e428cb29b1b58ad78dee17cb36fc2b859a55f98
HEAD_REF master
)