summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2023-10-25 09:53:27 -0400
committerPatrick Northon2023-10-25 09:53:27 -0400
commit8b8b6eb46fde8a0dbbd82c230c9d67046dd2442f (patch)
tree1e5ffce123c4f0f63d584e2ea3359d884000f6bc /PKGBUILD
parent4e0413f58a62e93bdb03f718c65c3d6120434eaa (diff)
downloadaur-8b8b6eb46fde8a0dbbd82c230c9d67046dd2442f.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 cb6f637bcee1..cf27c34b81b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=vulkan-icd-loader
pkgname=mingw-w64-${_pkgname}
_dirname=Vulkan-Loader
-pkgver=1.3.263
+pkgver=1.3.269
pkgrel=1
pkgdesc='Vulkan Installable Client Driver (ICD) Loader (mingw-w64)'
arch=(any)
@@ -14,7 +14,7 @@ makedepends=(mingw-w64-cmake mingw-w64-vulkan-headers python-lxml)
depends=(mingw-w64-crt)
options=(!buildflags staticlibs !strip)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/${_dirname}/archive/v${pkgver}.tar.gz")
-sha256sums=('9c84474c9668946ad0ff291df3147e109ede5bd417e512cdfe6c71e2a231dc08')
+sha256sums=('7b2f7a478c459107772d3eb0cee8c8bdbd265c026f67f813778499e9641fd365')
_srcdir="${_dirname}-${pkgver}"
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'