Skip to content

Commit

Permalink
fix error hash (#32842)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adela0814 committed Jul 31, 2023
1 parent 51569b4 commit b7ba255
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/vulkan-hpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KhronosGroup/Vulkan-Hpp
REF "v${VERSION}"
SHA512 68c26541961881a3e6c9287719d8b50ccb6a9e44b5c0213a780db37dc7b107aec736abdeda19c74837f37f490662cf40c4cc4c2d3da17eeb5f84923fcdfc2d6e
SHA512 3783268de9c137218453431d03d4bb30a222dc7e94d7ca4eeab896884c8cada3e7a095f432e939efe8c6341773e64656dc141c5ce0f5ef0f49e77f7322e232f6
HEAD_REF master
)

Expand Down
1 change: 1 addition & 0 deletions ports/vulkan-hpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "vulkan-hpp",
"version": "1.3.259",
"port-version": 1,
"description": "Header only C++ bindings for the Vulkan C API",
"license": "Apache-2.0",
"supports": "!uwp & !xbox",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8590,7 +8590,7 @@
},
"vulkan-hpp": {
"baseline": "1.3.259",
"port-version": 0
"port-version": 1
},
"vulkan-memory-allocator": {
"baseline": "3.0.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/v-/vulkan-hpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a9a9d60278b58e9bd4b8c301247f4a0e10076136",
"version": "1.3.259",
"port-version": 1
},
{
"git-tree": "d87342b4b1feb62ce7f97396981603c86358fecf",
"version": "1.3.259",
Expand Down

0 comments on commit b7ba255

Please sign in to comment.