summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-11-20 18:24:06 +0100
committerMichel Zou2020-11-20 18:24:06 +0100
commit378dbdb80d67c543af85a54adc561b11e7689663 (patch)
treeb649df62c7953309a61e1f958506d299a4379b89
parent19bc7e726d0ef7035a35372ac7254131b9f6facc (diff)
downloadaur-378dbdb80d67c543af85a54adc561b11e7689663.tar.gz
1.2.161
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccf67793df59..6a2f22fdcfcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-vulkan-tools
pkgdesc = Vulkan Utilities and Tools (mingw-w64)
- pkgver = 1.2.160
+ pkgver = 1.2.161
pkgrel = 1
url = https://www.khronos.org/vulkan/
arch = any
@@ -15,8 +15,8 @@ pkgbase = mingw-w64-vulkan-tools
options = !buildflags
options = staticlibs
options = !strip
- source = https://github.com/KhronosGroup/Vulkan-Tools/archive/v1.2.160.tar.gz
- sha256sums = a0fcae6c19713c7bb8668d47820bcfea9fc345092a7fd87107c34b997a045de2
+ source = https://github.com/KhronosGroup/Vulkan-Tools/archive/v1.2.161.tar.gz
+ sha256sums = 680039352893440d5941629250fcc728d3b309c4b980965fb1da71c0c8f3ba7b
pkgname = mingw-w64-vulkan-tools
diff --git a/PKGBUILD b/PKGBUILD
index 3509336a2409..f0327449d49a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-vulkan-tools
-pkgver=1.2.160
+pkgver=1.2.161
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=('a0fcae6c19713c7bb8668d47820bcfea9fc345092a7fd87107c34b997a045de2')
+sha256sums=('680039352893440d5941629250fcc728d3b309c4b980965fb1da71c0c8f3ba7b')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"