SPIRV-Headers: update to 1.3.204.1.

This commit is contained in:
tibequadorian 2022-02-17 22:14:22 +01:00 committed by Echo
parent cba469c178
commit 3274e55813
2 changed files with 12 additions and 5 deletions

View File

@ -1,11 +1,17 @@
# Template file for 'SPIRV-Headers'
pkgname=SPIRV-Headers
version=1.5.4.raytracing.fixed
reverts="1.5.4.raytracing.fixed_1 1.5.3_2 1.5.3_1 1.5.1_1 1.4.1_1"
version=1.3.204.1
revision=1
wrksrc="SPIRV-Headers-sdk-${version}"
build_style=cmake
short_desc="Machine-readable files for the SPIR-V Registry"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
maintainer="tibequadorian <tibequadorian@posteo.de>"
license="MIT"
homepage="https://github.com/KhronosGroup/SPIRV-Headers"
distfiles="https://github.com/KhronosGroup/SPIRV-Headers/archive/${version}.tar.gz"
checksum=df2ad2520be4d95a479fa248921065885bbf435a658349a7fc164ad7b26b68c6
distfiles="https://github.com/KhronosGroup/SPIRV-Headers/archive/sdk-${version}.tar.gz"
checksum=262864053968c217d45b24b89044a7736a32361894743dd6cfe788df258c746c
post_install() {
vlicense LICENSE
}

View File

@ -0,0 +1 @@
pattern="/sdk-\K[0-9.]+(?=.tar.gz)"