summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-06-17 18:56:12 +0200
committerMichel Zou2021-06-17 18:56:12 +0200
commit14ad4f3f63ba4e9ac99c33c010f20e00cf850fc3 (patch)
tree16138bdd3e93c6e74b78255d8d7e73934d0af19b
parent7b7141461e1ea447fc679845c289396e71ebf4f1 (diff)
downloadaur-14ad4f3f63ba4e9ac99c33c010f20e00cf850fc3.tar.gz
1.2.180
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c32d23c601e..abe06b7318b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-vulkan-headers
pkgdesc = Vulkan header files (mingw-w64)
- pkgver = 1.2.177
+ pkgver = 1.2.180
pkgrel = 1
url = https://www.khronos.org/vulkan/
arch = any
@@ -10,8 +10,7 @@ pkgbase = mingw-w64-vulkan-headers
options = !buildflags
options = staticlibs
options = !strip
- source = https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.2.177.tar.gz
- sha256sums = 1ba852b6983c481482361c63a65409d3b4e0a70b74aeb35e3d45593041eb4d4e
+ source = https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.2.180.tar.gz
+ sha256sums = ed4974bd223e3868db3be66c2f1fe0eb85de6ecc897a9a7da2e263a98abdd214
pkgname = mingw-w64-vulkan-headers
-
diff --git a/PKGBUILD b/PKGBUILD
index 1ae928727256..43b95a8bc312 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-vulkan-headers
_pkgname=Vulkan-Headers
-pkgver=1.2.177
+pkgver=1.2.180
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=('1ba852b6983c481482361c63a65409d3b4e0a70b74aeb35e3d45593041eb4d4e')
+sha256sums=('ed4974bd223e3868db3be66c2f1fe0eb85de6ecc897a9a7da2e263a98abdd214')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"