summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2023-06-11 05:40:03 -0400
committerPatrick Northon2023-06-11 05:40:03 -0400
commit5ca1dc1188a0a37b99d15afd3cf5ba669aba5f64 (patch)
tree7e9fb743d96f978f795379f1769aabcbc3cf0e11 /PKGBUILD
parent6c9bde95ced651ec7f561399605c84f901c7fd37 (diff)
downloadaur-5ca1dc1188a0a37b99d15afd3cf5ba669aba5f64.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 0f4bf5523976..783e599aab3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=vulkan-icd-loader
pkgname=mingw-w64-${_pkgname}
_dirname=Vulkan-Loader
-pkgver=1.3.245
+pkgver=1.3.251
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=('93ee2885dc8ead7b654112c8c1ebfa8e10fa486e8c71c909846f855f43bdf046')
+sha256sums=('aa02e9dbe4e31757566f3065b95bcc3c640f8f7f3f0d0c67b2edecf2482fef67')
_srcdir="${_dirname}-${pkgver}"
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'