summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2023-09-09 04:11:14 -0400
committerPatrick Northon2023-09-09 04:11:14 -0400
commit4e0413f58a62e93bdb03f718c65c3d6120434eaa (patch)
tree5a02360c8b38d05867873280317e7a15829b5d5b /PKGBUILD
parent5e67a25b3f04941dd83df65bbacca3ef4e67eefd (diff)
downloadaur-4e0413f58a62e93bdb03f718c65c3d6120434eaa.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 3914554ac6c8..cb6f637bcee1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=vulkan-icd-loader
pkgname=mingw-w64-${_pkgname}
_dirname=Vulkan-Loader
-pkgver=1.3.255
+pkgver=1.3.263
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=('dbce362b3279ccd3518f0d1a4c64641019390f6519a0af0f371518cb10802bfd')
+sha256sums=('9c84474c9668946ad0ff291df3147e109ede5bd417e512cdfe6c71e2a231dc08')
_srcdir="${_dirname}-${pkgver}"
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'