Skip to content

Commit

Permalink
update to 20211114 (microsoft#25719)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adela0814 authored Jul 12, 2022
1 parent 1cf8af0 commit 553c7df
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions ports/libpff/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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(
Expand Down
3 changes: 1 addition & 2 deletions ports/libpff/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libpff.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a47e314b091400914616ff8c5e017110f2493018",
"version-date": "2021-11-14",
"port-version": 0
},
{
"git-tree": "24cc99a6c6ead368c4711dc67e8e7a7ae4444f09",
"version-date": "2018-07-14",
Expand Down

0 comments on commit 553c7df

Please sign in to comment.