Skip to content

Commit

Permalink
Bump to LibXC 5.1.6 (#1635)
Browse files Browse the repository at this point in the history
  • Loading branch information
fstein93 committed Sep 8, 2021
1 parent 975d77f commit 16bf1ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/toolchain/scripts/stage3/install_libxc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
[ "${BASH_SOURCE[0]}" ] && SCRIPT_NAME="${BASH_SOURCE[0]}" || SCRIPT_NAME=$0
SCRIPT_DIR="$(cd "$(dirname "$SCRIPT_NAME")/.." && pwd -P)"

libxc_ver="5.1.5"
libxc_sha256="02e4615a22dc3ec87a23efbd3d9be5bfad2445337140bad1720699571c45c3f9"
libxc_ver="5.1.6"
libxc_sha256="0d0496513114ed84987c32649912f9a65d234696dab13a4b00ce8c420bfc0a1d"
source "${SCRIPT_DIR}"/common_vars.sh
source "${SCRIPT_DIR}"/tool_kit.sh
source "${SCRIPT_DIR}"/signal_trap.sh
Expand Down

0 comments on commit 16bf1ad

Please sign in to comment.