summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-02-25 18:14:59 +0100
committerMichel Zou2022-02-25 18:14:59 +0100
commit9bfd7f38c6dde3e920135257585c647cf92c5a7a (patch)
tree27dc3ff423a269274592eb1435e98d917e2e0671
parentcecdbac1276e3011fdb8637712cf5c0130da505e (diff)
downloadaur-9bfd7f38c6dde3e920135257585c647cf92c5a7a.tar.gz
1.3.206
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da23b1e7ae18..8ee54f618ba1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-vulkan-headers
pkgdesc = Vulkan header files (mingw-w64)
- pkgver = 1.3.204
+ pkgver = 1.3.206
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.3.204.tar.gz
- sha256sums = 2cde2c90975a8f36d00cf8eb6308cb00323aafbc0b7374f4b346f1140f760b3d
+ source = https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.3.206.tar.gz
+ sha256sums = 0cd46249eabb7cd8eab6ffc1b16d30a3a14e6e1e01d3d735b22dad33ee3efcf7
pkgname = mingw-w64-vulkan-headers
diff --git a/PKGBUILD b/PKGBUILD
index ab2a9859d8e5..d1ed017a5415 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-vulkan-headers
_pkgname=Vulkan-Headers
-pkgver=1.3.204
+pkgver=1.3.206
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=('2cde2c90975a8f36d00cf8eb6308cb00323aafbc0b7374f4b346f1140f760b3d')
+sha256sums=('0cd46249eabb7cd8eab6ffc1b16d30a3a14e6e1e01d3d735b22dad33ee3efcf7')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"