summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2023-01-29 16:56:49 -0500
committerPatrick Northon2023-01-29 16:56:49 -0500
commit067f8a025747a3d1be4c0c1e947c4efdea996108 (patch)
treecc59328992f90d7f3c3e82ad66cd6f4ff294929f /PKGBUILD
parentbe8d23ca2285f49cd89775655b4384a97403fd26 (diff)
downloadaur-067f8a025747a3d1be4c0c1e947c4efdea996108.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 43e612a79351..6e18b507ed78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=vulkan-headers
pkgname=mingw-w64-${_pkgname}
_dirname=Vulkan-Headers
-pkgver=1.3.235
+pkgver=1.3.240
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=('fca90d27e60816b5d72a700c241206c57e7d909e8ab4adfc340f5a5e9a019448')
+sha256sums=('98734513f4847254ef5bdd31a9c897f64938dac0733b9aea9e4b3fd339d82281')
_srcdir="${_dirname}-${pkgver}"
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'