Skip to content

Commit ec145e6

Browse files
authored
Update cbuild.sh
1 parent 86c11db commit ec145e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ trap 'cd "$OPWD"; [ -d "$TEMP_DIR" ] && rm -rf "$TEMP_DIR"' EXIT
2222
export DBIN_INSTALL_DIR="$BASE/binaryDependencies" #
2323
export DBIN_NOCONFIG="1" #
2424
# -Dependency-Revision-Tracking--------------------#
25-
DWFS_VER="0.13.0" #
25+
DWFS_VER="0.14.1" #
2626
# -------------------------------------------------#
2727

2828
if [ "$(uname -m)" = "aarch64" ]; then

0 commit comments

Comments
 (0)