mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +08:00
[tiff] Update to version 4.0.7
This commit is contained in:
parent
986ed6b918
commit
83ae9d8bb3
@ -1,4 +1,4 @@
|
||||
Source: tiff
|
||||
Version: 4.0.6-3
|
||||
Version: 4.0.7
|
||||
Build-Depends: zlib, libjpeg-turbo, liblzma, freeglut
|
||||
Description: A library that supports the manipulation of TIFF image files
|
||||
|
@ -1,9 +1,13 @@
|
||||
include(vcpkg_common_functions)
|
||||
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/tiff-4.0.6)
|
||||
|
||||
set(LIBTIFF_VERSION 4.0.7)
|
||||
set(LIBTIFF_HASH 941357bdd5f947cdca41a1d31ae14b3fadc174ae5dce7b7981dbe58f61995f575ac2e97a7cc4fcc435184012017bec0920278263490464644f2cdfad9a6c5ddc)
|
||||
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/tiff-${LIBTIFF_VERSION})
|
||||
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "http://download.osgeo.org/libtiff/tiff-4.0.6.tar.gz"
|
||||
FILENAME "tiff-4.0.6.tar.gz"
|
||||
SHA512 2c8dbaaaab9f82a7722bfe8cb6fcfcf67472beb692f1b7dafaf322759e7016dad1bc58457c0f03db50aa5bd088fef2b37358fcbc1524e20e9e14a9620373fdf8
|
||||
URLS "http://download.osgeo.org/libtiff/tiff-${LIBTIFF_VERSION}.tar.gz"
|
||||
FILENAME "tiff-${LIBTIFF_VERSION}.tar.gz"
|
||||
SHA512 ${LIBTIFF_HASH}
|
||||
)
|
||||
vcpkg_extract_source_archive(${ARCHIVE})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user