summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-09-08 18:35:43 +0200
committerMichel Zou2021-09-08 18:35:43 +0200
commit68458e9f0428daff6e1fca09b0623a602334e8be (patch)
tree1f07218f104cc49b5541e2a7f78b6fb60f33d984
parent426b00063f1acd7f0e4b64bbc3fc49f6c2e72b2b (diff)
downloadaur-68458e9f0428daff6e1fca09b0623a602334e8be.tar.gz
1.2.190
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcb2dd247f03..3d0fa5984dff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-vulkan-headers
pkgdesc = Vulkan header files (mingw-w64)
- pkgver = 1.2.188
+ pkgver = 1.2.190
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.188.tar.gz
- sha256sums = 40215493a3d0497517db09e80a5257e7009b05b1f1072484468bc1c45f230af1
+ source = https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.2.190.tar.gz
+ sha256sums = ce997a3d6f43f9697c5ec232efb0f6e7826d0648412ed141f9495e88429075e0
pkgname = mingw-w64-vulkan-headers
diff --git a/PKGBUILD b/PKGBUILD
index 52792b7c04cc..3cd87cfdbef4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-vulkan-headers
_pkgname=Vulkan-Headers
-pkgver=1.2.188
+pkgver=1.2.190
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=('40215493a3d0497517db09e80a5257e7009b05b1f1072484468bc1c45f230af1')
+sha256sums=('ce997a3d6f43f9697c5ec232efb0f6e7826d0648412ed141f9495e88429075e0')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"