diff options
author | Eric Engestrom | 2022-10-09 16:26:05 +0100 |
---|---|---|
committer | Eric Engestrom | 2022-10-09 16:26:05 +0100 |
commit | 259be871070498a0385868e026d1338268ddfd33 (patch) | |
tree | c43325530670817159607ee2b08390a0a7efd8fc | |
parent | 58d8a25eb64283eb840408e3a1e69ea38e7b9670 (diff) | |
download | aur-259be871070498a0385868e026d1338268ddfd33.tar.gz |
update to 0.24.32
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = shader-slang pkgdesc = Shading language that makes it easier to build and maintain large shader codebases in a modular and extensible fashion - pkgver = 0.24.30 + pkgver = 0.24.32 pkgrel = 1 url = https://github.com/shader-slang/slang arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = shader-slang makedepends = git depends = glslang depends = libx11 - source = https://github.com/shader-slang/slang/archive/refs/tags/v0.24.30.tar.gz + source = https://github.com/shader-slang/slang/archive/refs/tags/v0.24.32.tar.gz source = git+https://github.com/shader-slang/glslang#commit=42398c9 source = git+https://github.com/syoyo/tinyobjloader#commit=d541711 source = git+https://github.com/g-truc/glm#commit=0d973b4 @@ -19,7 +19,7 @@ pkgbase = shader-slang source = spirv-headers::git+https://github.com/KhronosGroup/SPIRV-Headers#commit=36c0c15 source = git+https://github.com/richgel999/miniz#commit=a426483 source = git+https://github.com/lz4/lz4#commit=d443718 - sha1sums = 67ed72b47c19b5ad87e42c8a1353b54b5eaad0d8 + sha1sums = d1f011732754c6c27041ff6de1135c4f978dc341 sha1sums = SKIP sha1sums = SKIP sha1sums = SKIP @@ -1,7 +1,7 @@ # Maintainer: Eric Engestrom <aur [at] engestrom [dot] ch> pkgname=shader-slang -pkgver=0.24.30 +pkgver=0.24.32 _commit_glm=0d973b4 _commit_glslang=42398c9 _commit_imgui=fd2a90e @@ -27,7 +27,7 @@ source=("$url/archive/refs/tags/v$pkgver.tar.gz" "git+https://github.com/richgel999/miniz#commit=$_commit_miniz" "git+https://github.com/lz4/lz4#commit=$_commit_lz4" ) -sha1sums=('67ed72b47c19b5ad87e42c8a1353b54b5eaad0d8' +sha1sums=('d1f011732754c6c27041ff6de1135c4f978dc341' 'SKIP' 'SKIP' 'SKIP' |