summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-01-05 16:43:27 +0100
committerMichel Zou2021-01-05 16:43:27 +0100
commit0a65d67e45a0f1767b24a149b4dbbc5ba0489554 (patch)
tree9aa2f8946719d81cc3929553a47430f5e6a03459
parent10226a56d097a339b1a0b3b9a8ac4d1e36820010 (diff)
downloadaur-0a65d67e45a0f1767b24a149b4dbbc5ba0489554.tar.gz
2020.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f73fbe46d476..ab2fb00b4849 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-spirv-tools
pkgdesc = API and commands for processing SPIR-V modules (mingw-w64)
- pkgver = 2020.2
+ pkgver = 2020.6
pkgrel = 1
url = https://www.khronos.org/vulkan/
arch = any
@@ -12,8 +12,8 @@ pkgbase = mingw-w64-spirv-tools
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/KhronosGroup/SPIRV-Tools/archive/v2020.2.tar.gz
- sha256sums = 29f376f6ebc24d3ce39c1aa47101c4b5d256c8247e41068b541dd43bb88d4174
+ source = https://github.com/KhronosGroup/SPIRV-Tools/archive/v2020.6.tar.gz
+ sha256sums = de2392682df8def7ac666a2a320cd475751badf4790b01c7391b7644ecb550a3
pkgname = mingw-w64-spirv-tools
diff --git a/PKGBUILD b/PKGBUILD
index 2d87bc3e5ab8..a903c7d14cd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-spirv-tools
-pkgver=2020.2
+pkgver=2020.6
pkgrel=1
pkgdesc="API and commands for processing SPIR-V modules (mingw-w64)"
arch=('any')
@@ -9,7 +9,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake' 'mingw-w64-spirv-headers' 'python')
options=('!strip' '!buildflags' 'staticlibs')
source=("https://github.com/KhronosGroup/SPIRV-Tools/archive/v${pkgver}.tar.gz")
-sha256sums=('29f376f6ebc24d3ce39c1aa47101c4b5d256c8247e41068b541dd43bb88d4174')
+sha256sums=('de2392682df8def7ac666a2a320cd475751badf4790b01c7391b7644ecb550a3')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"