Skip to content

Commit

Permalink
Update some deps to intermediate fixed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BtbN committed Nov 24, 2024
1 parent 313a642 commit 093f5e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts.d/50-libzmq.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/zeromq/libzmq.git"
SCRIPT_COMMIT="60899603a4c3a71e2561af4081d2f96cf1ae6e46"
SCRIPT_COMMIT="1f7580ab7d5c2508de30ba8dcbbf2fd103daab5c"

ffbuild_enabled() {
return 0
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/50-vulkan/50-shaderc.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/google/shaderc.git"
SCRIPT_COMMIT="8c4d729001709e907fba57041749d9ed8985891c"
SCRIPT_COMMIT="9634bcd356c257e72a06bc995e1d40964d6a8375"

ffbuild_enabled() {
[[ $ADDINS_STR == *4.4* ]] && return -1
Expand Down

0 comments on commit 093f5e8

Please sign in to comment.