From fe7eca1d0c57a4bcabc7fc750b00a2a2cba21606 Mon Sep 17 00:00:00 2001 From: felixaszx <101950667+felixaszx@users.noreply.github.com> Date: Wed, 19 Feb 2025 03:20:06 -0500 Subject: [PATCH] Vulkan Memory Allocator: update to 3.2.1 (#23439) * udpate vma to 3.2.1 * update checksums --- mingw-w64-vulkan-memory-allocator/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-vulkan-memory-allocator/PKGBUILD b/mingw-w64-vulkan-memory-allocator/PKGBUILD index 1c038218c9..a611b0da5f 100644 --- a/mingw-w64-vulkan-memory-allocator/PKGBUILD +++ b/mingw-w64-vulkan-memory-allocator/PKGBUILD @@ -1,9 +1,9 @@ -# Maintainer: Felixaszx (Felix Xing) felixxing3009@outlook.com +# Maintainer: Felix Xing (Felixaszx) _realname=VulkanMemoryAllocator pkgbase=mingw-w64-vulkan-memory-allocator pkgname=("${MINGW_PACKAGE_PREFIX}-vulkan-memory-allocator") -pkgver=3.2.0 +pkgver=3.2.1 pkgrel=1 pkgdesc="Memory allocation library for Vulkan API (mingw-w64)" arch=('any') @@ -11,7 +11,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://gpuopen.com/vulkan-memory-allocator/" license=('spdx:MIT') source=("https://github.com/GPUOpen-LibrariesAndSDKs/${_realname}/archive/refs/tags/v${pkgver}.tar.gz") -sha256sums=('e59a80307daa1d048e48f62bfee8c02e4a60180ca0d14b9b28181fc17eb36b07') +sha256sums=('5e7749504cb802427ffb7bec38a0b6a15db46ae253f00560acb3e624d9fe695c') package() { install -Dm644 "${srcdir}"/${_realname}-${pkgver}/include/*.h -t "${pkgdir}${MINGW_PREFIX}"/include/vma/