diff options
author | Michel Zou | 2021-09-08 18:36:00 +0200 |
---|---|---|
committer | Michel Zou | 2021-09-08 18:36:00 +0200 |
commit | 51fb192442e75f84b7edb721275b9ab902f1bd71 (patch) | |
tree | 58f618f4f0dc544f264ed60f824b6ec358491d21 | |
parent | c8d8e5ca023de876084aaccca6c38472c59b0706 (diff) | |
download | aur-51fb192442e75f84b7edb721275b9ab902f1bd71.tar.gz |
1.2.190
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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" |