Skip to content

Commit

Permalink
[qtkeychain] update to 0.14.1 (#33730)
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune committed Sep 13, 2023
1 parent e44d60e commit e5fb790
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 14 deletions.
5 changes: 2 additions & 3 deletions ports/qtkeychain-qt6/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ 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
# 0.13.2 plus three commits, for a CMake export target fix
REF cd4d73299b144d11c310f6ca9a6ab1ef50c45431
SHA512 a1af668bec23df5d696ad49129ec2aa6d332f043b43bb9875c2b025007452571bfd9431fd37c72189e957329491c04703e8c6d1104c7a117ebf28cb91249b639
REF "${VERSION}"
SHA512 bf84b19090e667a2946297e63d9813574193d80e4eecbde2fdfca317a66da3f029b3abef326f4ffb32de032a48004f9cf1bc818468af612723d762652dc25eb6
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/qtkeychain-qt6/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "qtkeychain-qt6",
"version": "0.13.2",
"port-version": 1,
"version": "0.14.1",
"description": "(Unaffiliated with Qt) Platform-independent Qt6 API for storing passwords securely",
"homepage": "https://github.com/frankosterfeld/qtkeychain",
"license": "BSD-3-Clause",
Expand Down
5 changes: 2 additions & 3 deletions ports/qtkeychain/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ 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
# 0.13.2 plus three commits, for a CMake export target fix
REF cd4d73299b144d11c310f6ca9a6ab1ef50c45431
SHA512 a1af668bec23df5d696ad49129ec2aa6d332f043b43bb9875c2b025007452571bfd9431fd37c72189e957329491c04703e8c6d1104c7a117ebf28cb91249b639
REF "${VERSION}"
SHA512 bf84b19090e667a2946297e63d9813574193d80e4eecbde2fdfca317a66da3f029b3abef326f4ffb32de032a48004f9cf1bc818468af612723d762652dc25eb6
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/qtkeychain/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "qtkeychain",
"version": "0.13.2",
"port-version": 4,
"version": "0.14.1",
"description": "(Unaffiliated with Qt) Platform-independent Qt5 API for storing passwords securely",
"homepage": "https://github.com/frankosterfeld/qtkeychain",
"license": "BSD-3-Clause",
Expand Down
8 changes: 4 additions & 4 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6925,12 +6925,12 @@
"port-version": 0
},
"qtkeychain": {
"baseline": "0.13.2",
"port-version": 4
"baseline": "0.14.1",
"port-version": 0
},
"qtkeychain-qt6": {
"baseline": "0.13.2",
"port-version": 1
"baseline": "0.14.1",
"port-version": 0
},
"qtlanguageserver": {
"baseline": "6.5.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/q-/qtkeychain-qt6.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "dcb9fb0fa722410c03a4d6fbfdb3608af68de9d5",
"version": "0.14.1",
"port-version": 0
},
{
"git-tree": "3733fba48696a40e64b18c2d52d4adc04e6eb22d",
"version": "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": "a1cf630fddc142e2a81d7f198eb8c93b40c64a34",
"version": "0.14.1",
"port-version": 0
},
{
"git-tree": "516e24d31a7d28d7b5df372f99cf2780a3a7edbc",
"version": "0.13.2",
Expand Down

0 comments on commit e5fb790

Please sign in to comment.