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

[x-plane] Fix download address #43272

Merged
merged 2 commits into from
Jan 15, 2025
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
2 changes: 1 addition & 1 deletion ports/x-plane/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
set(XPSDK_VERSION "401")
vcpkg_download_distfile(
XPLANE_SDK_ZIP
URLS "https://developer.x-plane.com/wp-content/plugins/code-sample-generation/sample_templates/XPSDK${XPSDK_VERSION}.zip"
URLS "https://developer.x-plane.com/wp-content/plugins/code-sample-generation/sdk_zip_files/XPSDK${XPSDK_VERSION}.zip"
FILENAME "XPSDK${XPSDK_VERSION}.zip"
SHA512 8e00789befd15f5b1cb4f426ddf9c3f7f021c5fba50b907e8af5fbf09abbc362804b5d1543332855d01e8ae91b9c50a55933e63df6e11e88e58c10ca8f949bf4
)
Expand Down
1 change: 1 addition & 0 deletions ports/x-plane/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "x-plane",
"version": "4.0.1",
"port-version": 1,
"description": "The X-Plane Plugin SDK",
"homepage": "https://developer.x-plane.com/sdk/",
"license": null,
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9770,7 +9770,7 @@
},
"x-plane": {
"baseline": "4.0.1",
"port-version": 0
"port-version": 1
},
"x264": {
"baseline": "0.164.3108",
Expand Down
5 changes: 5 additions & 0 deletions versions/x-/x-plane.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "605d085f1c9ef0cf423d20a5dc574003b42a4e2e",
"version": "4.0.1",
"port-version": 1
},
{
"git-tree": "be6ff276d2a18e64a2cf91a50ef1a53d26a33fa8",
"version": "4.0.1",
Expand Down