Skip to content

Commit

Permalink
[x-plane] Fix download address (#43272)
Browse files Browse the repository at this point in the history
Co-authored-by: Monica <[email protected]>
  • Loading branch information
MonicaLiu0311 and Monica authored Jan 15, 2025
1 parent 12e2bbe commit 1afbd4a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
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

0 comments on commit 1afbd4a

Please sign in to comment.