Update scripts

This commit is contained in:
BtbN
2023-12-19 21:45:03 +01:00
parent 6080cbc496
commit e59c467a5c
41 changed files with 41 additions and 41 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
SCRIPT_REPO="https://github.com/KhronosGroup/Vulkan-Headers.git"
SCRIPT_COMMIT="v1.3.271"
SCRIPT_COMMIT="v1.3.274"
SCRIPT_TAGFILTER="v?.*.*"
ffbuild_enabled() {

View File

@ -1,7 +1,7 @@
#!/bin/bash
SCRIPT_REPO="https://github.com/google/shaderc.git"
SCRIPT_COMMIT="37e25539ce199ecaf19fb7f7d27818716d36686d"
SCRIPT_COMMIT="aaa44b544909600381e1a180074ed7f544e48410"
ffbuild_enabled() {
[[ $ADDINS_STR == *4.4* ]] && return -1

View File

@ -1,7 +1,7 @@
#!/bin/bash
SCRIPT_REPO="https://github.com/KhronosGroup/SPIRV-Cross.git"
SCRIPT_COMMIT="a3da0e87fa1a6aacdf32c5e729a653b60afe82af"
SCRIPT_COMMIT="f349c91274b91c1a7c173f2df70ec53080076191"
ffbuild_enabled() {
[[ $ADDINS_STR == *4.4* ]] && return -1

View File

@ -1,7 +1,7 @@
#!/bin/bash
SCRIPT_REPO="https://code.videolan.org/videolan/libplacebo.git"
SCRIPT_COMMIT="795600a44b03fcd52c055981a403ad60ee5d027a"
SCRIPT_COMMIT="52314e0e435fbcb731e326815d4091ed0ba27475"
ffbuild_enabled() {
[[ $ADDINS_STR == *4.4* ]] && return -1