diff options
| author | Chuck Walbourn <walbourn@users.noreply.github.com> | 2021-02-20 21:20:27 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-20 21:20:27 -0800 |
| commit | bafa1697ba0a5a8de58c1c226b5fb22056ba8049 (patch) | |
| tree | e083ec2de3e5570ddc18a03c6301d7f4e7fd944b /ports | |
| parent | 6582f0e0d314813d638d239b6c4299287d7f72a8 (diff) | |
| download | vcpkg-bafa1697ba0a5a8de58c1c226b5fb22056ba8049.tar.gz vcpkg-bafa1697ba0a5a8de58c1c226b5fb22056ba8049.zip | |
direcxtsdk port updated to use MS Downloads (#16317)
* 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 <yuzaiyang@beyondsoft.com>
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/directxsdk/portfile.cmake | 6 | ||||
| -rw-r--r-- | ports/directxsdk/vcpkg.json | 2 |
2 files changed, 4 insertions, 4 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", |
