8000 fix sha256 for native arm64 gfortran · MacPython/gfortran-install@d2347b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit d2347b9

Browse files
committed
fix sha256 for native arm64 gfortran
1 parent 47bb0df commit d2347b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gfortran_utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ if [ "$(uname)" == "Darwin" ]; then
9999
curl -L -O https://github.com/isuruf/gcc/releases/download/gcc-11.3.0-2/gfortran-darwin-${arch}-${type}.tar.gz
100100
case ${arch}-${type} in
101101
arm64-native)
102-
export GFORTRAN_SHA=142290685240f4f86cdf359cb2030d586105d7e4
102+
export GFORTRAN_SHA=0d5c118e5966d0fb9e7ddb49321f63cac1397ce8
103103
;;
104104
arm64-cross)
105105
export GFORTRAN_SHA=527232845abc5af21f21ceacc46fb19c190fe804

0 commit comments

Comments
 (0)
0