summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2023-05-02 09:56:33 -0400
committerPatrick Northon2023-05-02 09:56:33 -0400
commit2e9cc4b87fc0735664be4a5fed91bef8a4a38315 (patch)
tree487cc676cba4c537047984b38633d0830eb66fe5 /PKGBUILD
parente37709bd3b7fea97e8ff74e7004f6f73c65c03b0 (diff)
downloadaur-2e9cc4b87fc0735664be4a5fed91bef8a4a38315.tar.gz
Update version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 965ed3e2af05..050dfc9bd2a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=vulkan-headers
pkgname=mingw-w64-${_pkgname}
_dirname=Vulkan-Headers
-pkgver=1.3.246
+pkgver=1.3.248
pkgrel=1
pkgdesc='Vulkan header files (mingw-w64)'
arch=(any)
@@ -13,7 +13,7 @@ makedepends=(mingw-w64-cmake)
groups=('mingw-w64-vulkan-devel')
options=(!buildflags staticlibs !strip)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/${_dirname}/archive/v${pkgver}.tar.gz")
-sha256sums=('4fb971a152d4f02878a779d643cc86c66a0455ce23fdfa1404ce112eb8f718a5')
+sha256sums=('8db01a812b244e8e1073dce3d0d5ba94fc4ebb71c6c5e6640f94644aec79e510')
_srcdir="${_dirname}-${pkgver}"
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'