Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions ports/qtkeychain/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ message(WARNING "qtkeychain is a third-party extension to Qt and is not affiliat
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO frankosterfeld/qtkeychain
REF v0.13.2
SHA512 10f8b1c959a126ba14614b797ea5640404a0b95c71e452225c74856eae90e966aac581ca393508a2106033c3d5ad70427ea6f7ef3f2997eddf6d09a7b4fa26eb
# 0.13.2 plus two commits, for a CMake export target fix
REF e5eeb1763e295f6b05a3f008ee7ae192fd74ed0c
Comment thread
JonLiu1993 marked this conversation as resolved.
Outdated
SHA512 c6f216c8acdd89607d16582305bff962a0049512565f8ead7bebf06bce1540cdf41cc8b6dc31b45396befd90a3bd65a2f8a969242f302cbb61438ff7a48aab1c
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/qtkeychain/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "qtkeychain",
"version": "0.13.2",
Comment thread
JonLiu1993 marked this conversation as resolved.
Outdated
"port-version": 1,
"port-version": 2,
Comment thread
JonLiu1993 marked this conversation as resolved.
Outdated
"description": "(Unaffiliated with Qt) Platform-independent Qt5 API for storing passwords securely",
"homepage": "https://github.com/frankosterfeld/qtkeychain",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5878,7 +5878,7 @@
},
"qtkeychain": {
"baseline": "0.13.2",
"port-version": 1
"port-version": 2
},
"qtkeychain-qt6": {
"baseline": "0.13.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/q-/qtkeychain.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6311d9dd13b97c8a01a980d7b42ea6cfecc4f765",
"version": "0.13.2",
"port-version": 2
},
{
"git-tree": "ef01f1d6401814e50c0438d3a8a7770568ac93ca",
"version": "0.13.2",
Expand Down