mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-23 23:49:06 +08:00
[directx-headers] Update port for 1.614.1 release (#40883)
This commit is contained in:
parent
6753b397d7
commit
a5f9971527
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Microsoft/DirectX-Headers
|
||||
REF v${VERSION}
|
||||
SHA512 5f78c8d47d02c1620b4ef4b379f0598e000c7aef367d694d37f796978019383911d0778434bff5a635f8d1c688595896337dbd31dacdca3e37af91b51be98b08
|
||||
SHA512 934108052b9aa54b888c301f358a9d5b8f9ce1a5902e33b80c3273c963d10984faa7da167f1fed203462fe016e30443cb5e0d014de63fc9c0a81a674f757a7a9
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "directx-headers",
|
||||
"version": "1.614.0",
|
||||
"version": "1.614.1",
|
||||
"description": "Official DirectX 12 Headers",
|
||||
"homepage": "https://devblogs.microsoft.com/directx/",
|
||||
"documentation": "https://devblogs.microsoft.com/directx/gettingstarted-dx12agility/",
|
||||
"license": "MIT",
|
||||
"supports": "(windows & !xbox) | linux",
|
||||
"supports": "(windows & !arm32 & !xbox) | linux",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -2269,7 +2269,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"directx-headers": {
|
||||
"baseline": "1.614.0",
|
||||
"baseline": "1.614.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"directx12-agility": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b8e051c6e1d0df73d128fe95a1975e2f371959f8",
|
||||
"version": "1.614.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "09f05c019e84aa336ecd249eb7556b601de4751f",
|
||||
"version": "1.614.0",
|
||||
|
Loading…
Reference in New Issue
Block a user