diff options
author | Eric Engestrom | 2022-09-29 09:53:36 +0100 |
---|---|---|
committer | Eric Engestrom | 2022-09-29 09:53:36 +0100 |
commit | 39f1f23cf9c3a948b0afb368ff10443da6e39462 (patch) | |
tree | 1d5b335bea4f8b273190fc8e2d254b5aece8733f | |
parent | 0167bcb689f4b2a8e8ae741112d9bd8c7f0f4692 (diff) | |
download | aur-39f1f23cf9c3a948b0afb368ff10443da6e39462.tar.gz |
update to 0.24.27.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,13 +1,13 @@ 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.25 + pkgver = 0.24.27.1 pkgrel = 1 url = https://github.com/shader-slang/slang arch = x86_64 license = MIT makedepends = premake depends = glslang - source = https://github.com/shader-slang/slang/archive/refs/tags/v0.24.25.tar.gz + source = https://github.com/shader-slang/slang/archive/refs/tags/v0.24.27.1.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 @@ -17,7 +17,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 = 4ac229665f8360e98d7fd91fd15c07eda929152d + sha1sums = 8e986c2ace5a74d1b05b1090bdd03c968dde4faa sha1sums = SKIP sha1sums = SKIP sha1sums = SKIP @@ -1,7 +1,7 @@ # Maintainer: Eric Engestrom <aur [at] engestrom [dot] ch> pkgname=shader-slang -pkgver=0.24.25 +pkgver=0.24.27.1 _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=('4ac229665f8360e98d7fd91fd15c07eda929152d' +sha1sums=('8e986c2ace5a74d1b05b1090bdd03c968dde4faa' 'SKIP' 'SKIP' 'SKIP' |