summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2023-03-31 10:03:26 -0400
committerPatrick Northon2023-03-31 10:03:26 -0400
commit6c9bde95ced651ec7f561399605c84f901c7fd37 (patch)
tree0cf7752abdd5e7ef0c7b24b6f3c01baf68f1fe09 /PKGBUILD
parentf698409b9cbaeb04472006e7b02efd10b5ccafe5 (diff)
downloadaur-6c9bde95ced651ec7f561399605c84f901c7fd37.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 983b415be258..0f4bf5523976 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=vulkan-icd-loader
pkgname=mingw-w64-${_pkgname}
_dirname=Vulkan-Loader
-pkgver=1.3.240
+pkgver=1.3.245
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=('7ea479c22f70d453dd029503c2664733cd01f98948af1e483308ef721175cfc8')
+sha256sums=('93ee2885dc8ead7b654112c8c1ebfa8e10fa486e8c71c909846f855f43bdf046')
_srcdir="${_dirname}-${pkgver}"
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'