File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 33# TODO: Review and if possible fix shellcheck errors.
44# shellcheck disable=all
55
6- # Last Update in 2024-0811
6+ # Last Update in 2025-0308
77
88[ " ${BASH_SOURCE[0]} " ] && SCRIPT_NAME=" ${BASH_SOURCE[0]} " || SCRIPT_NAME=$0
99SCRIPT_DIR=" $( cd " $( dirname " $SCRIPT_NAME " ) /.." && pwd -P) "
1010
1111# From https://elpa.mpcdf.mpg.de/software/tarball-archive/ELPA_TARBALL_ARCHIVE.html
12- elpa_ver=" 2024.05.001"
13- elpa_sha256=" 9caf41a3e600e2f6f4ce1931bd54185179dade9c171556d0c9b41bbc6940f2f6"
12+ # elpa_ver="2024.05.001"
13+ # elpa_sha256="9caf41a3e600e2f6f4ce1931bd54185179dade9c171556d0c9b41bbc6940f2f6"
14+ elpa_ver=" 2025.01.001"
15+ elpa_sha256=" 3ef0c6aed9a3e05db6efafe6e14d66eb88b2a1354d61e765b7cde0d3d5f3951e"
1416
1517
1618source " ${SCRIPT_DIR} " /common_vars.sh
You can’t perform that action at this time.
0 commit comments