Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ptyqt] Update port version to fix some linkage issues #21543

Merged
merged 2 commits into from
Nov 22, 2021
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
4 changes: 2 additions & 2 deletions ports/ptyqt/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO kafeg/ptyqt
REF 0.6.3
SHA512 7a490a6d0cca500d202b0524abf8596d70872c224eea778efd941ad2a995a8a53d295e3ac000ca8fb63e02467f1191ae6bddfd8469fe5df2aca8af972d06fcff
REF 0.6.5
SHA512 0deb12be6c0e7bb44775daef3d4361c5d22143bc32cbf251ef99f10784b8996c4aa8e2806f1e08c3b39749ada6e85be91d721830ceee5d6ff86eaf714ef4c928
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/ptyqt/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ptyqt",
"version": "0.6.3",
"version": "0.6.5",
"description": "PtyQt - C++ library for work with PseudoTerminals",
"supports": "!uwp",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5425,7 +5425,7 @@
"port-version": 10
},
"ptyqt": {
"baseline": "0.6.3",
"baseline": "0.6.5",
"port-version": 0
},
"pugixml": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/ptyqt.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8271563b59832be59aa5c34d89b38875c60bc1e5",
"version": "0.6.5",
"port-version": 0
},
{
"git-tree": "f1290a650fa42cb4cb9caf9fe04d47d2b3506248",
"version": "0.6.3",
Expand Down