summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c362b4decae0..d04bf6a1d87f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-vulkan-headers
pkgdesc = Vulkan header files (mingw-w64)
- pkgver = 1.2.159
+ pkgver = 1.2.160
pkgrel = 1
url = https://www.khronos.org/vulkan/
arch = any
@@ -10,8 +10,8 @@ pkgbase = mingw-w64-vulkan-headers
options = !buildflags
options = staticlibs
options = !strip
- source = https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.2.159.tar.gz
- sha256sums = e911e1a2c1aba468d2e1728095a4c035a7a0fe01828f089bbc5598ce05aa5be3
+ source = https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.2.160.tar.gz
+ sha256sums = 3d77bf6ce282c69196557d6e902329f9073da3c26811ae07000e657ad6957120
pkgname = mingw-w64-vulkan-headers
diff --git a/PKGBUILD b/PKGBUILD
index e26e80067094..941e4c2cd9df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-vulkan-headers
_pkgname=Vulkan-Headers
-pkgver=1.2.159
+pkgver=1.2.160
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=('e911e1a2c1aba468d2e1728095a4c035a7a0fe01828f089bbc5598ce05aa5be3')
+sha256sums=('3d77bf6ce282c69196557d6e902329f9073da3c26811ae07000e657ad6957120')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"