summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-01-26 19:15:02 +0100
committerMichel Zou2022-01-26 19:15:02 +0100
commitcecdbac1276e3011fdb8637712cf5c0130da505e (patch)
tree74efe339d67140aede8989e72364f1fbd906d5ba
parent3b3126aad0f00067e85411668c44157dcd68ba57 (diff)
downloadaur-cecdbac1276e3011fdb8637712cf5c0130da505e.tar.gz
1.3.204
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ead487df7709..da23b1e7ae18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-vulkan-headers
pkgdesc = Vulkan header files (mingw-w64)
- pkgver = 1.2.202
+ pkgver = 1.3.204
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.202.tar.gz
- sha256sums = df8748ba3073be032f78c97994798c3c2b52b1812e506cc58855faf10f031226
+ source = https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.3.204.tar.gz
+ sha256sums = 2cde2c90975a8f36d00cf8eb6308cb00323aafbc0b7374f4b346f1140f760b3d
pkgname = mingw-w64-vulkan-headers
diff --git a/PKGBUILD b/PKGBUILD
index 2c63fdc04e65..ab2a9859d8e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-vulkan-headers
_pkgname=Vulkan-Headers
-pkgver=1.2.202
+pkgver=1.3.204
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=('df8748ba3073be032f78c97994798c3c2b52b1812e506cc58855faf10f031226')
+sha256sums=('2cde2c90975a8f36d00cf8eb6308cb00323aafbc0b7374f4b346f1140f760b3d')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"