diff options
author | Eric Engestrom | 2022-11-07 18:06:25 +0000 |
---|---|---|
committer | Eric Engestrom | 2022-11-07 18:06:25 +0000 |
commit | b4791330aec0ee0ed4f448c8a41a04eb8cfd12b2 (patch) | |
tree | 37e6fa68c17558d48011762e255c2fe2544c7b4a /PKGBUILD | |
parent | 30e837587758eb1ef880579589da5feedd3a48a6 (diff) | |
download | aur-b4791330aec0ee0ed4f448c8a41a04eb8cfd12b2.tar.gz |
update to 0.24.39
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,13 +1,13 @@ # Maintainer: Eric Engestrom <aur [at] engestrom [dot] ch> pkgname=shader-slang -pkgver=0.24.38 +pkgver=0.24.39 _commit_glm=0d973b4 _commit_glslang=42398c9 _commit_imgui=fd2a90e _commit_lz4=d443718 _commit_miniz=a426483 -_commit_slang_binaries=ee043c6 +_commit_slang_binaries=5ed82af _commit_spirv_headers=36c0c15 _commit_spirv_tools=60761de _commit_tinyobjloader=d541711 @@ -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=('ec8a4c2224497a463c682d95cd432414e8589a0c' +sha1sums=('62383164f4becccbe80cad9820ccb4d42702e207' 'SKIP' 'SKIP' 'SKIP' |