summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2024-03-06 00:01:09 -0500
committerPatrick Northon2024-03-06 00:01:09 -0500
commitfb333b02b3d76216a56ea058565619a3e37e2224 (patch)
treea4b8a54ae130cf16c1591083870023d23871a30e /PKGBUILD
parentec2e60679059dccf0ef5c52698e8c6d6916e7ff0 (diff)
downloadaur-mingw-w64-vulkan-icd-loader.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 48545da3cb16..d2f74464eaa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=vulkan-icd-loader
pkgname=mingw-w64-${_pkgname}
_dirname=Vulkan-Loader
-pkgver=1.3.276
+pkgver=1.3.279
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=('64ba124f38b151195e68326829eac5173e05734c518f8111e5bcf500ff898c49')
+sha256sums=('38a21ee83c6fd8938cac1c4a2473651fbd57940fd656bb49735b5d0b2726bdd1')
_srcdir="${_dirname}-${pkgver}"
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'