[PMDK] update to 1.12.0 (#25404)

* [PMDK] update to 1.12.0

* update version

* add license

* overwrite version
This commit is contained in:
Frank 2022-06-24 04:48:37 +08:00 committed by GitHub
parent 16e92b355e
commit 3670f89e67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 7 deletions

View File

@ -1,12 +1,12 @@
vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY ONLY_DYNAMIC_CRT)
set(PMDK_VERSION "1.11.0")
set(PMDK_VERSION "1.12.0")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO pmem/pmdk
REF 8583fcfd68764ac6779e6f93db89b06971b26704 #Commit id corresponding to the version 1.11.0
SHA512 6d0a9697c97f75ac10e9e8736c2397c6ee23c26af96b65c746e0c32bc2d16f083b177e52bc399aa93c6f2e29ac6106c2696c6bbf9779788d9d19167ac07000b8
REF 73d8f958e855904dc0776a7d77d0f0d3698a65b1 #v1.12.0
SHA512 ffe77796c9028478985ca98e4162a671e3e7f580faa46b31d0dcf8c5e97aa6478044efdf7ad238285044f18f754a20a4e2a1b5992c7b9cffa709884eb62007ab
HEAD_REF master
)

View File

@ -1,8 +1,8 @@
{
"name": "pmdk",
"version": "1.11.0",
"port-version": 1,
"version": "1.12.0",
"description": "Persistent Memory Development Kit",
"homepage": "https://github.com/pmem/pmdk",
"license": "BSD-3-Clause",
"supports": "!(arm | x86)"
}

View File

@ -5525,8 +5525,8 @@
"port-version": 2
},
"pmdk": {
"baseline": "1.11.0",
"port-version": 1
"baseline": "1.12.0",
"port-version": 0
},
"pngpp": {
"baseline": "0.2.10",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a5b1d48503eab5f709ccc7cb62630817275f93e5",
"version": "1.12.0",
"port-version": 0
},
{
"git-tree": "a6a893e78e485b907148252308a5ea11befde1d9",
"version": "1.11.0",