summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-10-01 20:36:55 +0200
committerMichel Zou2021-10-01 20:36:55 +0200
commit02bfd502e4d56c8378ffa787abd94dcd9eb247f5 (patch)
treeb23e23c03657bbcc9f9b749f2b5fca9ffdf530d1
parent6502306778a27b43e55cd2f5115cde35e007e262 (diff)
downloadaur-02bfd502e4d56c8378ffa787abd94dcd9eb247f5.tar.gz
1.2.194
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c2b03531d9f..49bd1dc05e8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-vulkan-headers
pkgdesc = Vulkan header files (mingw-w64)
- pkgver = 1.2.191
+ pkgver = 1.2.194
pkgrel = 1
url = https://www.khronos.org/vulkan/
arch = any
@@ -10,7 +10,7 @@ pkgbase = mingw-w64-vulkan-headers
options = !buildflags
options = staticlibs
options = !strip
- source = https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.2.191.tar.gz
- sha256sums = ff7c66144df271eeb5dec9ba6cd3773236b8d3a04df4bc55cc45a95e30287371
+ source = https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.2.194.tar.gz
+ sha256sums = 8700d4c88fc2cde245829135a316d68f854cf979e87db5504ee4c42f24023355
pkgname = mingw-w64-vulkan-headers
diff --git a/PKGBUILD b/PKGBUILD
index 1143659fe91e..d09850339e02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-vulkan-headers
_pkgname=Vulkan-Headers
-pkgver=1.2.191
+pkgver=1.2.194
pkgrel=1
pkgdesc="Vulkan header files (mingw-w64)"
arch=(any)
@@ -10,7 +10,7 @@ makedepends=(mingw-w64-cmake)
groups=("mingw-w64-vulkan-devel")
options=(!buildflags staticlibs !strip)
source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('ff7c66144df271eeb5dec9ba6cd3773236b8d3a04df4bc55cc45a95e30287371')
+sha256sums=('8700d4c88fc2cde245829135a316d68f854cf979e87db5504ee4c42f24023355')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"