Skip to content

Commit 71ab505

Browse files
committed
update toolchain/install_libri.sh to v0.2.1.1
1 parent ff65831 commit 71ab505

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toolchain/scripts/stage4/install_libri.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
[ "${BASH_SOURCE[0]}" ] && SCRIPT_NAME="${BASH_SOURCE[0]}" || SCRIPT_NAME=$0
1212
SCRIPT_DIR="$(cd "$(dirname "$SCRIPT_NAME")/.." && pwd -P)"
1313
# libri 0.2.0 need to be used in newer ABACUS
14-
libri_ver="0.2.1.0"
15-
libri_sha256="66a5540daba36effdad6ce2fe5e8368b96ddd4a7e148af90894ef21dc20ff29f"
14+
libri_ver="0.2.1.1"
15+
libri_sha256="cd33fd5428400ea696b82c9132878c07bf785847b3f56b1979e25a3a5fc0b311"
1616
source "${SCRIPT_DIR}"/common_vars.sh
1717
source "${SCRIPT_DIR}"/tool_kit.sh
1818
source "${SCRIPT_DIR}"/signal_trap.sh

0 commit comments

Comments
 (0)