summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-12-09 19:52:40 +0100
committerMichel Zou2021-12-09 19:52:40 +0100
commitb2fc707a1cbb07c5e6112e10daf71a7193954cd5 (patch)
treea4b40db6bf2f57389cdf7535d90a097e1defcae9
parent5257a8cb4bfeccb457f8a9ec7abf9cd60974672d (diff)
downloadaur-b2fc707a1cbb07c5e6112e10daf71a7193954cd5.tar.gz
1.2.201
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c1f1acf991f..d1d3ab57a85b 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.199
+ pkgver = 1.2.201
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.199.tar.gz
- sha256sums = cc496f6725c7e088510d1a5e7c6a97b61e356b147dcc3d697233ca775dd768ef
+ source = https://github.com/KhronosGroup/Vulkan-Loader/archive/v1.2.201.tar.gz
+ sha256sums = 465e8a35e875ddebde7cb59f15b0e2cdfae9c3826680c775d7d5b731d95ee1d6
pkgname = mingw-w64-vulkan-icd-loader
diff --git a/PKGBUILD b/PKGBUILD
index 5b2311d3d348..0bafbb0a68ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-vulkan-icd-loader
_pkgname=Vulkan-Loader
-pkgver=1.2.199
+pkgver=1.2.201
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=('cc496f6725c7e088510d1a5e7c6a97b61e356b147dcc3d697233ca775dd768ef')
+sha256sums=('465e8a35e875ddebde7cb59f15b0e2cdfae9c3826680c775d7d5b731d95ee1d6')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"