From bafa1697ba0a5a8de58c1c226b5fb22056ba8049 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Sat, 20 Feb 2021 21:20:27 -0800 Subject: direcxtsdk port updated to use MS Downloads (#16317) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * direcxtsdk port updated to use MS Downloads * update version history * Update ports/directxsdk/portfile.cmake Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com> * update version record * Minor filename change * Update version hash Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com> Co-authored-by: JackBoosY --- ports/directxsdk/portfile.cmake | 6 +++--- ports/directxsdk/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/d-/directxsdk.json | 5 +++++ 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ports/directxsdk/portfile.cmake b/ports/directxsdk/portfile.cmake index e69c84e05..f684800f4 100644 --- a/ports/directxsdk/portfile.cmake +++ b/ports/directxsdk/portfile.cmake @@ -3,9 +3,9 @@ vcpkg_fail_port_install(ON_TARGET "LINUX" "OSX" "UWP" "ANDROID" ON_ARCH "arm") message(WARNING "Build ${PORT} is deprecated, untested in CI, and requires the use of the DirectSetup legacy REDIST solution. See https://aka.ms/dxsdk for more information.") vcpkg_download_distfile(ARCHIVE - URLS "https://archive.org/download/dxsdk_2010/DXSDK_Jun10.exe" - FILENAME "DXSDK_Jun10.exe" - SHA512 4869ac947a35cd0d6949fbda17547256ea806fef36f48474dda63651f751583e9902641087250b6e8ccabaab85e51effccd9235dc6cdf64e21ec2b298227fe19 + URLS "https://download.microsoft.com/download/A/E/7/AE743F1F-632B-4809-87A9-AA1BB3458E31/DXSDK_Jun10.exe" + FILENAME "DXSDK_Jun10_SHA256.exe" + SHA512 24e1e9bda319b780124b865f4640822cfc44e4d18fbdcc8456d48fe54081652ce4ddb63d3bd8596351057cbae50fc824b8297e99f0f7c97547153162562ba73f ) vcpkg_extract_source_archive_ex( diff --git a/ports/directxsdk/vcpkg.json b/ports/directxsdk/vcpkg.json index 0a2e970a6..fd58e7b39 100644 --- a/ports/directxsdk/vcpkg.json +++ b/ports/directxsdk/vcpkg.json @@ -1,7 +1,7 @@ { "name": "directxsdk", "version-string": "jun10", - "port-version": 1, + "port-version": 2, "description": "Legacy DirectX SDK", "homepage": "https://docs.microsoft.com/en-us/windows/win32/directx-sdk--august-2009-", "supports": "windows & !windows", diff --git a/versions/baseline.json b/versions/baseline.json index eddb5e644..f1c8abdad 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1626,7 +1626,7 @@ }, "directxsdk": { "baseline": "jun10", - "port-version": 1 + "port-version": 2 }, "directxtex": { "baseline": "jan2021b", diff --git a/versions/d-/directxsdk.json b/versions/d-/directxsdk.json index d5dbb866a..f75c32c79 100644 --- a/versions/d-/directxsdk.json +++ b/versions/d-/directxsdk.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1bc75766eb1ace518c8c85f8ffda0c627d714edd", + "version-string": "jun10", + "port-version": 2 + }, { "git-tree": "7656b85e1c390a41e14d9e5b96b1b0f093c1d1f1", "version-string": "jun10", -- cgit v1.2.3