[qtkeychain] add missing dependency (#30395)

This commit is contained in:
autoantwort 2023-03-25 06:04:16 +01:00 committed by GitHub
parent 5dfb5ff680
commit bcc2da559c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "qtkeychain", "name": "qtkeychain",
"version": "0.13.2", "version": "0.13.2",
"port-version": 3, "port-version": 4,
"description": "(Unaffiliated with Qt) Platform-independent Qt5 API for storing passwords securely", "description": "(Unaffiliated with Qt) Platform-independent Qt5 API for storing passwords securely",
"homepage": "https://github.com/frankosterfeld/qtkeychain", "homepage": "https://github.com/frankosterfeld/qtkeychain",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
@ -10,6 +10,7 @@
"name": "libsecret", "name": "libsecret",
"platform": "!(windows | uwp | osx)" "platform": "!(windows | uwp | osx)"
}, },
"qt5-base",
{ {
"name": "vcpkg-cmake", "name": "vcpkg-cmake",
"host": true "host": true

View File

@ -6598,7 +6598,7 @@
}, },
"qtkeychain": { "qtkeychain": {
"baseline": "0.13.2", "baseline": "0.13.2",
"port-version": 3 "port-version": 4
}, },
"qtkeychain-qt6": { "qtkeychain-qt6": {
"baseline": "0.13.2", "baseline": "0.13.2",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "516e24d31a7d28d7b5df372f99cf2780a3a7edbc",
"version": "0.13.2",
"port-version": 4
},
{ {
"git-tree": "eda48d2b83676b8209a40d68b286c570aeed785e", "git-tree": "eda48d2b83676b8209a40d68b286c570aeed785e",
"version": "0.13.2", "version": "0.13.2",