diff options
author | Eric Engestrom | 2022-10-30 21:59:01 +0000 |
---|---|---|
committer | Eric Engestrom | 2022-10-30 21:59:01 +0000 |
commit | 30e837587758eb1ef880579589da5feedd3a48a6 (patch) | |
tree | 26cb69f860ecd29b99e869f9236e2a6d8f01aa06 | |
parent | 8b389ba4b6a2b91ec39b23cdf01b5fb895ba195b (diff) | |
download | aur-30e837587758eb1ef880579589da5feedd3a48a6.tar.gz |
update to 0.24.38
-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.37 + pkgver = 0.24.38 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.37.tar.gz + source = https://github.com/shader-slang/slang/archive/refs/tags/v0.24.38.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 = c404ed2f4c79e9ce5a9d13d96f0a2eb5c7958dc9 + sha1sums = ec8a4c2224497a463c682d95cd432414e8589a0c sha1sums = SKIP sha1sums = SKIP sha1sums = SKIP @@ -1,7 +1,7 @@ # Maintainer: Eric Engestrom <aur [at] engestrom [dot] ch> pkgname=shader-slang -pkgver=0.24.37 +pkgver=0.24.38 _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=('c404ed2f4c79e9ce5a9d13d96f0a2eb5c7958dc9' +sha1sums=('ec8a4c2224497a463c682d95cd432414e8589a0c' 'SKIP' 'SKIP' 'SKIP' |