Skip to content

Commit

Permalink
New version of sirius
Browse files Browse the repository at this point in the history
It should fix the dashboard issue reported on 12/15/2021
  • Loading branch information
mtaillefumier authored and mkrack committed Dec 16, 2021
1 parent 99c4a1c commit 08c05a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/toolchain/scripts/stage8/install_sirius.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)"

sirius_ver="7.2.8"
sirius_sha256="3e6eafb5f7403933528f31eadba5530fda11095693e04a0c4db774f8666ad0c8"
sirius_ver="7.3.0"
sirius_sha256="69b5cf356adbe181be6c919032859c4e0160901ff42a885d7e7ea0f38cc772e2"

source "${SCRIPT_DIR}"/common_vars.sh
source "${SCRIPT_DIR}"/tool_kit.sh
Expand Down

0 comments on commit 08c05a7

Please sign in to comment.