summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-11-20 18:25:34 +0100
committerMichel Zou2020-11-20 18:25:34 +0100
commit0091df4b10de32ee0a266f44635a1befbaf91c4a (patch)
treec77372661192357e4b96577bd48126c7537507ff
parent496a4549436cecf1ba500751f0bda67938a4c667 (diff)
downloadaur-0091df4b10de32ee0a266f44635a1befbaf91c4a.tar.gz
1.2.161
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c642c23de9b7..f1481dfb0631 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-vulkan-icd-loader
pkgdesc = Vulkan Installable Client Driver (ICD) Loader (mingw-w64)
- pkgver = 1.2.160
- pkgrel = 2
+ pkgver = 1.2.161
+ pkgrel = 1
url = https://www.khronos.org/vulkan/
arch = any
groups = mingw-w64-vulkan-devel
@@ -13,12 +13,12 @@ pkgbase = mingw-w64-vulkan-icd-loader
options = !buildflags
options = staticlibs
options = !strip
- source = https://github.com/KhronosGroup/Vulkan-Loader/archive/v1.2.160.tar.gz
+ source = https://github.com/KhronosGroup/Vulkan-Loader/archive/v1.2.161.tar.gz
source = https://github.com/KhronosGroup/Vulkan-Loader/pull/498.patch
source = https://github.com/KhronosGroup/Vulkan-Loader/pull/517.patch
- sha256sums = ae445a4bdca494d4d38072cb7eeb7a82fd9021c86ccc3ad75493d09bd7405a8f
- sha256sums = SKIP
- sha256sums = SKIP
+ sha256sums = 3bd93560077a0ae450bb0e6d56691d91ba025435d8b2fc808fb27eecd2b6b4f6
+ sha256sums = b6005ca37d8d1bbcdc95fbae56334937021b2b453985ca37e7578d8754cab2e4
+ sha256sums = 54eb290bf0c6f57d36e669dfb5330df1ed35a2b09ea0dc0ddc1203b8d8d5f643
pkgname = mingw-w64-vulkan-icd-loader
diff --git a/PKGBUILD b/PKGBUILD
index beab09553bd7..b4fd4c42f38e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=mingw-w64-vulkan-icd-loader
_pkgname=Vulkan-Loader
-pkgver=1.2.160
-pkgrel=2
+pkgver=1.2.161
+pkgrel=1
pkgdesc="Vulkan Installable Client Driver (ICD) Loader (mingw-w64)"
arch=(any)
url="https://www.khronos.org/vulkan/"
@@ -13,7 +13,9 @@ options=(!buildflags staticlibs !strip)
source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz"
"https://github.com/KhronosGroup/Vulkan-Loader/pull/498.patch"
"https://github.com/KhronosGroup/Vulkan-Loader/pull/517.patch")
-sha256sums=('ae445a4bdca494d4d38072cb7eeb7a82fd9021c86ccc3ad75493d09bd7405a8f' SKIP SKIP)
+sha256sums=('3bd93560077a0ae450bb0e6d56691d91ba025435d8b2fc808fb27eecd2b6b4f6'
+ 'b6005ca37d8d1bbcdc95fbae56334937021b2b453985ca37e7578d8754cab2e4'
+ '54eb290bf0c6f57d36e669dfb5330df1ed35a2b09ea0dc0ddc1203b8d8d5f643')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"