summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-09-08 18:36:00 +0200
committerMichel Zou2021-09-08 18:36:00 +0200
commit51fb192442e75f84b7edb721275b9ab902f1bd71 (patch)
tree58f618f4f0dc544f264ed60f824b6ec358491d21
parentc8d8e5ca023de876084aaccca6c38472c59b0706 (diff)
downloadaur-51fb192442e75f84b7edb721275b9ab902f1bd71.tar.gz
1.2.190
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1726ec2ce52e..fa8753cdfbe0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-vulkan-tools
pkgdesc = Vulkan Utilities and Tools (mingw-w64)
- pkgver = 1.2.188
+ pkgver = 1.2.190
pkgrel = 1
url = https://www.khronos.org/vulkan/
arch = any
@@ -15,7 +15,7 @@ pkgbase = mingw-w64-vulkan-tools
options = !buildflags
options = staticlibs
options = !strip
- source = https://github.com/KhronosGroup/Vulkan-Tools/archive/v1.2.188.tar.gz
- sha256sums = 170edb74c4515f749efe6a64241eaccbceca068cfd43cee45304dca200442b3a
+ source = https://github.com/KhronosGroup/Vulkan-Tools/archive/v1.2.190.tar.gz
+ sha256sums = 0838197efda0f023519cd8d010b61a2c8898f786996f27644ae431b45b094fbf
pkgname = mingw-w64-vulkan-tools
diff --git a/PKGBUILD b/PKGBUILD
index 610ff3268a38..a9f3e627219c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-vulkan-tools
-pkgver=1.2.188
+pkgver=1.2.190
pkgrel=1
arch=(any)
url="https://www.khronos.org/vulkan/"
@@ -9,7 +9,7 @@ depends=(mingw-w64-vulkan-icd-loader)
makedepends=(mingw-w64-cmake python mingw-w64-vulkan-headers mingw-w64-glslang mingw-w64-spirv-tools mingw-w64-wine)
options=('!buildflags' 'staticlibs' '!strip')
source=("https://github.com/KhronosGroup/Vulkan-Tools/archive/v${pkgver}.tar.gz")
-sha256sums=('170edb74c4515f749efe6a64241eaccbceca068cfd43cee45304dca200442b3a')
+sha256sums=('0838197efda0f023519cd8d010b61a2c8898f786996f27644ae431b45b094fbf')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"