Update some deps to intermediate fixed versions

This commit is contained in:
BtbN 2024-11-24 20:58:38 +01:00
parent 313a642b28
commit 093f5e8cc7
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
SCRIPT_REPO="https://github.com/zeromq/libzmq.git" SCRIPT_REPO="https://github.com/zeromq/libzmq.git"
SCRIPT_COMMIT="60899603a4c3a71e2561af4081d2f96cf1ae6e46" SCRIPT_COMMIT="1f7580ab7d5c2508de30ba8dcbbf2fd103daab5c"
ffbuild_enabled() { ffbuild_enabled() {
return 0 return 0

View File

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