summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2023-01-29 09:57:39 -0300
committerDaniel Bermond2023-01-29 09:57:39 -0300
commit30f7d3745c0b98e8e3170c11c360058435992cf1 (patch)
treef62c416ba31231ce1fc9197e0394c890a600c2cc
parent11f7caeb4af4f7a04f7d4d8900c12e1e77e6e899 (diff)
downloadaur-30f7d3745c0b98e8e3170c11c360058435992cf1.tar.gz
Update to version 2023.01.17
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6ebdcc38f86..6a1133c9d2c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spirv-cross
pkgdesc = A tool and library for parsing and converting SPIR-V to other shader languages
- pkgver = 2022.05.27
+ pkgver = 2023.01.17
pkgrel = 1
url = https://github.com/KhronosGroup/SPIRV-Cross/
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = spirv-cross
makedepends = cmake
makedepends = python
depends = gcc-libs
- source = git+https://github.com/KhronosGroup/SPIRV-Cross.git#tag=sdk-1.3.216.0
- source = git+https://github.com/KhronosGroup/glslang.git#commit=7dda6a6347b0bd550e202942adee475956ef462a
- source = git+https://github.com/KhronosGroup/SPIRV-Tools.git#commit=82d91083cb56c89d2cb8e9d56d4d69f07ac34fed
- source = git+https://github.com/KhronosGroup/SPIRV-Headers.git#commit=5a121866927a16ab9d49bed4788b532c7fcea766
+ source = git+https://github.com/KhronosGroup/SPIRV-Cross.git#tag=sdk-1.3.239.0
+ source = git+https://github.com/KhronosGroup/glslang.git#commit=06a7078ce74ab5c7801a165b8145859678831fb8
+ source = git+https://github.com/KhronosGroup/SPIRV-Tools.git#commit=f62e121b0df5374d1f043d1fbda98467406af0b1
+ source = git+https://github.com/KhronosGroup/SPIRV-Headers.git#commit=d13b52222c39a7e9a401b44646f0ca3a640fbd47
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e977cf144021..f5cd941c0e64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=spirv-cross
-pkgver=2022.05.27
+pkgver=2023.01.17
pkgrel=1
-_tag=sdk-1.3.216.0
-_glslang_commit=7dda6a6347b0bd550e202942adee475956ef462a
-_spirv_tools_commit=82d91083cb56c89d2cb8e9d56d4d69f07ac34fed
-_spirv_headers_commit=5a121866927a16ab9d49bed4788b532c7fcea766
+_tag=sdk-1.3.239.0
+_glslang_commit=06a7078ce74ab5c7801a165b8145859678831fb8
+_spirv_tools_commit=f62e121b0df5374d1f043d1fbda98467406af0b1
+_spirv_headers_commit=d13b52222c39a7e9a401b44646f0ca3a640fbd47
pkgdesc='A tool and library for parsing and converting SPIR-V to other shader languages'
arch=('x86_64')
url='https://github.com/KhronosGroup/SPIRV-Cross/'