Skip to content

Commit

Permalink
Fix download address
Browse files Browse the repository at this point in the history
  • Loading branch information
Monica committed Jan 15, 2025
1 parent d4f3e12 commit 5ca437c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit 5ca437c

Please sign in to comment.