summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-11-14 14:53:37 +0100
committerMichel Zou2020-11-14 14:53:37 +0100
commit8f9bb590bed52b03ab659162669215884a3cc58d (patch)
tree7fad894ef4175fcd3ab10c633fadd839ab22f158
parent369cd8afd5c8bd77d54c170f4edfcee24441d748 (diff)
downloadaur-8f9bb590bed52b03ab659162669215884a3cc58d.tar.gz
1.2.60
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5290d96cc197..0693ca1bffbc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-vulkan-icd-loader
pkgdesc = Vulkan Installable Client Driver (ICD) Loader (mingw-w64)
- pkgver = 1.2.159
+ pkgver = 1.2.160
pkgrel = 1
url = https://www.khronos.org/vulkan/
arch = any
@@ -13,9 +13,9 @@ pkgbase = mingw-w64-vulkan-icd-loader
options = !buildflags
options = staticlibs
options = !strip
- source = https://github.com/KhronosGroup/Vulkan-Loader/archive/v1.2.159.tar.gz
+ source = https://github.com/KhronosGroup/Vulkan-Loader/archive/v1.2.160.tar.gz
source = https://github.com/KhronosGroup/Vulkan-Loader/pull/498.patch
- sha256sums = a5d44f4835a0d3b191e74e1c77c420145cd965a43913e32cf83e50ecf50f6889
+ sha256sums = ae445a4bdca494d4d38072cb7eeb7a82fd9021c86ccc3ad75493d09bd7405a8f
sha256sums = SKIP
pkgname = mingw-w64-vulkan-icd-loader
diff --git a/PKGBUILD b/PKGBUILD
index 6b836f1ab91b..22d86a768a22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-vulkan-icd-loader
_pkgname=Vulkan-Loader
-pkgver=1.2.159
+pkgver=1.2.160
pkgrel=1
pkgdesc="Vulkan Installable Client Driver (ICD) Loader (mingw-w64)"
arch=(any)
@@ -12,7 +12,7 @@ depends=(mingw-w64-crt)
options=(!buildflags staticlibs !strip)
source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz"
"https://github.com/KhronosGroup/Vulkan-Loader/pull/498.patch")
-sha256sums=('a5d44f4835a0d3b191e74e1c77c420145cd965a43913e32cf83e50ecf50f6889' SKIP)
+sha256sums=('ae445a4bdca494d4d38072cb7eeb7a82fd9021c86ccc3ad75493d09bd7405a8f' SKIP)
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"