mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:53:02 +08:00
update to 20211114 (#25719)
This commit is contained in:
parent
1cf8af0b65
commit
553c7dff3c
@ -1,13 +1,13 @@
|
||||
vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
|
||||
|
||||
set(LIB_VERSION 20180714)
|
||||
set(LIB_FILENAME libpff-experimental-${LIB_VERSION}.tar.gz)
|
||||
set(LIB_VERSION 20211114)
|
||||
set(LIB_FILENAME libpff-alpha-${LIB_VERSION}.tar.gz)
|
||||
|
||||
# Release distribution file contains configured sources, while the source code in the repository does not.
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://github.com/libyal/libpff/releases/download/${LIB_VERSION}/${LIB_FILENAME}"
|
||||
FILENAME "${LIB_FILENAME}"
|
||||
SHA512 7207ba87607ea2fd4609a081c2f4b061344a783e188605e88df99fd473f2a8da1269b065e57b054f4622888d40aa8f2b8272dc4748334ddfe358b28d443d6ad1
|
||||
SHA512 ad2cf4b0841c448b60738cd2f340868c0f11eb34167bfe5b093645a2a080d694e199afe4fef5eeea1016487820132be33f8e51910d2142ff032320ad2dbeb59d
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive_ex(
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "libpff",
|
||||
"version-date": "2018-07-14",
|
||||
"port-version": 3,
|
||||
"version-date": "2021-11-14",
|
||||
"description": "Library and tools to access the Personal Folder File (PFF) and the Offline Folder File (OFF) format.",
|
||||
"homepage": "https://github.com/libyal/libpff",
|
||||
"license": "LGPL-3.0",
|
||||
|
@ -3929,8 +3929,8 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"libpff": {
|
||||
"baseline": "2018-07-14",
|
||||
"port-version": 3
|
||||
"baseline": "2021-11-14",
|
||||
"port-version": 0
|
||||
},
|
||||
"libplist": {
|
||||
"baseline": "1.3.6",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a47e314b091400914616ff8c5e017110f2493018",
|
||||
"version-date": "2021-11-14",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "24cc99a6c6ead368c4711dc67e8e7a7ae4444f09",
|
||||
"version-date": "2018-07-14",
|
||||
|
Loading…
Reference in New Issue
Block a user