Skip to content

Commit

Permalink
[PMDK] update to 1.12.0 (#25404)
Browse files Browse the repository at this point in the history
* [PMDK] update to 1.12.0

* update version

* add license

* overwrite version
  • Loading branch information
FrankXie05 committed Jun 23, 2022
1 parent 16e92b3 commit 3670f89
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
6 changes: 3 additions & 3 deletions ports/pmdk/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
)

Expand Down
4 changes: 2 additions & 2 deletions ports/pmdk/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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)"
}
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/pmdk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a5b1d48503eab5f709ccc7cb62630817275f93e5",
"version": "1.12.0",
"port-version": 0
},
{
"git-tree": "a6a893e78e485b907148252308a5ea11befde1d9",
"version": "1.11.0",
Expand Down

0 comments on commit 3670f89

Please sign in to comment.