diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-08-28 19:29:47 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-08-28 19:29:47 -0700 |
| commit | 265fb7e0b519694288ded6fa2abba7aa37450359 (patch) | |
| tree | 8dc5fbb4f6337d8bef43ca6502e752497aec83ee | |
| parent | b21bc7c11ae2e34efe2ef87c10dd41213bbd208b (diff) | |
| download | vcpkg-265fb7e0b519694288ded6fa2abba7aa37450359.tar.gz vcpkg-265fb7e0b519694288ded6fa2abba7aa37450359.zip | |
[jxrlib] Fix hash. Fixes #1705.
| -rw-r--r-- | ports/jxrlib/CONTROL | 2 | ||||
| -rw-r--r-- | ports/jxrlib/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/jxrlib/CONTROL b/ports/jxrlib/CONTROL index 062850e06..a125cb176 100644 --- a/ports/jxrlib/CONTROL +++ b/ports/jxrlib/CONTROL @@ -1,3 +1,3 @@ Source: jxrlib -Version: 1.1-2 +Version: 1.1-3 Description: Open source implementation of the jpegxr image format standard. diff --git a/ports/jxrlib/portfile.cmake b/ports/jxrlib/portfile.cmake index ddd02c3c7..c7c089ff7 100644 --- a/ports/jxrlib/portfile.cmake +++ b/ports/jxrlib/portfile.cmake @@ -3,7 +3,7 @@ set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src) vcpkg_download_distfile(ARCHIVE URLS "http://download-codeplex.sec.s-msft.com/Download/SourceControlFileDownload.ashx?ProjectName=jxrlib&changeSetId=e922fa50cdf9a58f40cad07553bcaa2883d3c5bf" FILENAME "jxrlib_1_1.zip" - SHA512 c4f42c690a2543b00ef9fe6e4f479b582e966b27c13e8b0efad39fa85d70b4edb60eac91a856c371a4e875e7a2769e0aba31b508ee61f7314150c6eb34a19c0b + SHA512 6e8b579108444e9bea8d01f57e2ac3b63963c084adb8e265cfd82bb1199b8bd168b8aa41319cf34b87e97db1d72d0f3cc2d3dac881fcd1a6f398fe808d55772d ) vcpkg_extract_source_archive(${ARCHIVE}) |
