summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-08-29 10:57:03 +0200
committerMichel Zou2021-08-29 10:57:03 +0200
commit7474155458151e814a907f3a52f8d79b8d369c7d (patch)
treecb866bbea5768e52cac1f615c25b071cab8fb54a
parent3279fb50fc51d3b826a4bb1868ae33aaf7b81716 (diff)
downloadaur-7474155458151e814a907f3a52f8d79b8d369c7d.tar.gz
1.2.188
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ff118d1e1fa..46ee77e2ba2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-vulkan-icd-loader
pkgdesc = Vulkan Installable Client Driver (ICD) Loader (mingw-w64)
- pkgver = 1.2.185
+ pkgver = 1.2.188
pkgrel = 1
url = https://www.khronos.org/vulkan/
arch = any
@@ -13,7 +13,7 @@ pkgbase = mingw-w64-vulkan-icd-loader
options = !buildflags
options = staticlibs
options = !strip
- source = https://github.com/KhronosGroup/Vulkan-Loader/archive/v1.2.185.tar.gz
- sha256sums = 9b7123b11b1de6c6717da0ffd6f160766b339c991798d82dbd54b1606934292e
+ source = https://github.com/KhronosGroup/Vulkan-Loader/archive/v1.2.188.tar.gz
+ sha256sums = abf6fb4b4000e5e98e3f46d24a470bcba9c77e3cf3d9fc8e0ffd2124ada0b7cd
pkgname = mingw-w64-vulkan-icd-loader
diff --git a/PKGBUILD b/PKGBUILD
index a8d8d496559a..822799b45029 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-vulkan-icd-loader
_pkgname=Vulkan-Loader
-pkgver=1.2.185
+pkgver=1.2.188
pkgrel=1
pkgdesc="Vulkan Installable Client Driver (ICD) Loader (mingw-w64)"
arch=(any)
@@ -11,7 +11,7 @@ makedepends=(mingw-w64-cmake mingw-w64-vulkan-headers python-lxml)
depends=(mingw-w64-crt)
options=(!buildflags staticlibs !strip)
source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('9b7123b11b1de6c6717da0ffd6f160766b339c991798d82dbd54b1606934292e')
+sha256sums=('abf6fb4b4000e5e98e3f46d24a470bcba9c77e3cf3d9fc8e0ffd2124ada0b7cd')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"