summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2023-12-25 17:37:50 +0100
committerMichel Zou2023-12-25 17:37:50 +0100
commit7bec997b260ec528a75aeefc41e22cd583646e19 (patch)
tree5fc69043f486beffab9fb4a46da24383b2beebee /PKGBUILD
parent03a053c5690907f1d2913c36a4d74dae12bfa975 (diff)
downloadaur-7bec997b260ec528a75aeefc41e22cd583646e19.tar.gz
2023.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a803014ab0a1..bde052e55e9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,5 @@
-# Maintainer: Prokop Randáček <prokop@randacek.dev>
pkgname=mingw-w64-spirv-tools
-pkgver=2022.4
+pkgver=2023.2
pkgrel=1
pkgdesc='API and commands for processing SPIR-V modules (mingw-w64)'
arch=('any')
@@ -10,7 +9,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake' 'mingw-w64-spirv-headers' 'git' 'make' 'python')
options=('!strip' '!buildflags' 'staticlibs')
source=("https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('a156215a2d7c6c5b267933ed691877a9a66f07d75970da33ce9ad627a71389d7')
+sha256sums=('7416cc8a98a10c32bacc36a39930b0c5b2a484963df5d68f388ed7ffee1faad3')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"