mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
[vulkan-memory-allocator] update to v3.1.0 (#38978)
Fixes https://github.com/microsoft/vcpkg/issues/38971 Fixes the path of the config file. No feature needs to be tested. - [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [ ] ~The "supports" clause reflects platforms that may be fixed by this new version.~ - [ ] ~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~ - [ ] ~Any patches that are no longer applied are deleted from the port's directory.~ - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file.
This commit is contained in:
parent
9af6fa506c
commit
eb07416fff
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
|
||||
REF 2a28bc4b39b9b80dad909036442f629f570d7ae1
|
||||
SHA512 cd83efc357171a5fd1ac65a566d1bf828f7de2b4c97adec92aaaf9cdfedf5a5525de3bd6eb84c453d1cd952c10c3542e6502ad4307a55b61690ce92b80dc4e2f
|
||||
REF "v${VERSION}"
|
||||
SHA512 34534807bb76e6d2ab178b1613811ff654bcf9f9050b8ba9744d1012d39e65ce89b5f117ac7598a1efc458149b3544b1a6ad356ab6d850600aa198f519cba315
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
@ -18,5 +18,7 @@ vcpkg_cmake_configure(
|
||||
|
||||
)
|
||||
vcpkg_cmake_install()
|
||||
vcpkg_cmake_config_fixup(PACKAGE_NAME VulkanMemoryAllocator CONFIG_PATH "share/cmake/VulkanMemoryAllocator")
|
||||
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt")
|
||||
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "vulkan-memory-allocator",
|
||||
"version": "3.0.1",
|
||||
"port-version": 4,
|
||||
"version": "3.1.0",
|
||||
"description": "Easy to integrate Vulkan memory allocation library from GPUOpen",
|
||||
"homepage": "https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator",
|
||||
"license": "MIT",
|
||||
|
@ -9241,8 +9241,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"vulkan-memory-allocator": {
|
||||
"baseline": "3.0.1",
|
||||
"port-version": 4
|
||||
"baseline": "3.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"vulkan-memory-allocator-hpp": {
|
||||
"baseline": "3.0.1.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "267d8f5eb222e5ea111f11f57ebc8458c6df65e7",
|
||||
"version": "3.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "a687cd3066c8effcdec670ce92d389c36c217c14",
|
||||
"version": "3.0.1",
|
||||
|
Loading…
Reference in New Issue
Block a user