summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-03-08 20:05:39 +0100
committerMichel Zou2022-03-08 20:05:39 +0100
commit0a023cf97b5f2fb2d59ee124df8cc64119bf791f (patch)
treef5477b7b8cb499b73a1bbcd5f926eeada8fe3575
parent9bfd7f38c6dde3e920135257585c647cf92c5a7a (diff)
downloadaur-0a023cf97b5f2fb2d59ee124df8cc64119bf791f.tar.gz
1.3.207
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ee54f618ba1..d1209775ff76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-vulkan-headers
pkgdesc = Vulkan header files (mingw-w64)
- pkgver = 1.3.206
+ pkgver = 1.3.207
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.206.tar.gz
- sha256sums = 0cd46249eabb7cd8eab6ffc1b16d30a3a14e6e1e01d3d735b22dad33ee3efcf7
+ source = https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.3.207.tar.gz
+ sha256sums = badbb0bdd382c19d4e9b7e4e0a2c03985d2109eef3afe43b23a73cd9bc679760
pkgname = mingw-w64-vulkan-headers
diff --git a/PKGBUILD b/PKGBUILD
index d1ed017a5415..a5b7a9abb201 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-vulkan-headers
_pkgname=Vulkan-Headers
-pkgver=1.3.206
+pkgver=1.3.207
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=('0cd46249eabb7cd8eab6ffc1b16d30a3a14e6e1e01d3d735b22dad33ee3efcf7')
+sha256sums=('badbb0bdd382c19d4e9b7e4e0a2c03985d2109eef3afe43b23a73cd9bc679760')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"