summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2022-09-08 06:20:31 -0400
committerPatrick Northon2022-09-08 06:20:31 -0400
commit5efdbaa26877038442f4326ce1818f30e3d0ca57 (patch)
treebfb0ef9d3485fff558a29ff71a01e3e297065ab3 /PKGBUILD
parent67479ee95e3fdc71afe49cd069b04c48cb0fb792 (diff)
downloadaur-5efdbaa26877038442f4326ce1818f30e3d0ca57.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 3f88b32aa99e..30a016da956b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=vulkan-headers
pkgname=mingw-w64-${_pkgname}
_dirname=Vulkan-Headers
-pkgver=1.3.225
+pkgver=1.3.227
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=('71bfa18ef3df0c39b1dc194727166e4ec1c51df7254ac86e0b9c27fd10cf85ad')
+sha256sums=('5b345a9f0dafc96e4d0cd2d95547702c4451691dc731f6b486ba36fd9bab7bfe')
_srcdir="${_dirname}-${pkgver}"
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'