Skip to content

Commit

Permalink
[vulkan-headers] update to 1.3.238 (microsoft#28469)
Browse files Browse the repository at this point in the history
* [vulkan-headers] Update to 1.3.238

* ./vcpkg x-add-versions --all
  • Loading branch information
russelltg authored Dec 21, 2022
1 parent e07c62d commit 44b5406
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ports/vulkan-headers/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KhronosGroup/Vulkan-Headers
REF f97f29836cb9c8c5657979f1aeac42b46d4e51d0
SHA512 d03ef87156e2019b8bd180ccad6c8faa1fa32b5b538143fbdfcc8134b25d2addb60ceaae6cbd42b81d6676450d242d8bef964443628fb714ead39a40d018c63a
HEAD_REF v1.3.234
REF 00671c64ba5c488ade22ad572a0ef81d5e64c803
SHA512 e740688d0d2abd5c82b5bda1606e24edd87674ec7bd72ed4220c4d2d5bab30b8c993251c0b96a4c59d9e3190ddda7cb0cbf1e160aa404ef6e3c4aff23864d535
HEAD_REF v1.3.238
)

vcpkg_cmake_configure(
Expand Down
2 changes: 1 addition & 1 deletion ports/vulkan-headers/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vulkan-headers",
"version": "1.3.234",
"version": "1.3.238",
"description": "Vulkan header files and API registry",
"homepage": "https://github.com/KhronosGroup/Vulkan-Headers",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7949,7 +7949,7 @@
"port-version": 2
},
"vulkan-headers": {
"baseline": "1.3.234",
"baseline": "1.3.238",
"port-version": 0
},
"vulkan-hpp": {
Expand Down
5 changes: 5 additions & 0 deletions versions/v-/vulkan-headers.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7d23bba2a37b43eab6af9748934187d6d7ebebf6",
"version": "1.3.238",
"port-version": 0
},
{
"git-tree": "6004a732ca5a141020fd8d7071b8ae321a25e428",
"version": "1.3.234",
Expand Down

0 comments on commit 44b5406

Please sign in to comment.