diff options
| author | Jeremie St-Amand <jeremie.stamand@gmail.com> | 2020-02-09 00:36:33 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-08 21:36:33 -0800 |
| commit | ce6df30a578a8430aeeadb8aacea5d28fdba2763 (patch) | |
| tree | 6f193ca5afe1dad78dc96f2449c47cfe63c64eee | |
| parent | 40265dda086b28df2a79942907b1f0a6ee150511 (diff) | |
| download | vcpkg-ce6df30a578a8430aeeadb8aacea5d28fdba2763.tar.gz vcpkg-ce6df30a578a8430aeeadb8aacea5d28fdba2763.zip | |
[vulkan-memory-allocator] Update to version 2.3.0 (#9975)
| -rw-r--r-- | ports/vulkan-memory-allocator/CONTROL | 2 | ||||
| -rw-r--r-- | ports/vulkan-memory-allocator/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/vulkan-memory-allocator/CONTROL b/ports/vulkan-memory-allocator/CONTROL index ac18202c2..85976c09e 100644 --- a/ports/vulkan-memory-allocator/CONTROL +++ b/ports/vulkan-memory-allocator/CONTROL @@ -1,3 +1,3 @@ Source: vulkan-memory-allocator
-Version: 2.2.0 +Version: 2.3.0
Description: Easy to integrate Vulkan memory allocation library from GPUOpen
diff --git a/ports/vulkan-memory-allocator/portfile.cmake b/ports/vulkan-memory-allocator/portfile.cmake index 5bbdeda15..344418139 100644 --- a/ports/vulkan-memory-allocator/portfile.cmake +++ b/ports/vulkan-memory-allocator/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
- REF v2.2.0 - SHA512 85b49a1c55f469fd7340075809b045507db162b7dc663b885d963e3b3fd17759608401d353d3460f2ebf771e97f89af46e409cf9f5186325c3ce2c68d9b7e08f
+ REF v2.3.0+vs2017
+ SHA512 57113c52dcccc4df79ebf36f091f1232f68ee45c48934a5b91c2d87b5599d8c176ca7a47e285ddf146ec0b3c83db5808c2e6c3f6e1b453e20a8525f73211bf8d
HEAD_REF master
)
|
