File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -57,18 +57,18 @@ WORKDIR /root
57
57
RUN set -eux; \
58
58
case "$(dpkg --print-architecture)" in \
59
59
amd64) \
60
- DART_SHA256=8e531e3020138c998dc997665b86b335e340875823518b0075cdf1613420930f ; \
60
+ DART_SHA256=f5be518d76f251417bb9a99028d6174e84c4ce4f11c267a59123b649fefcf67b ; \
61
61
SDK_ARCH="x64" ;; \
62
62
armhf) \
63
- DART_SHA256=d1fba196f4d11767051da730f1d47eb23fb6a87cb05de7b98aa779518cb71227 ; \
63
+ DART_SHA256=769b400da087890ef3a96e2102afc65c7d8d0f80231e021117860ad04bde2c6b ; \
64
64
SDK_ARCH="arm" ;; \
65
65
arm64) \
66
- DART_SHA256=56f28331e553e0550c859b89b4e497772f35b08c2456317d4bd7601c7fb40364 ; \
66
+ DART_SHA256=19a179357a953fd21a563c2c0b2b883693f97748860102cd420ab6e3a1d72439 ; \
67
67
SDK_ARCH="arm64" ;; \
68
68
esac; \
69
69
SDK="dartsdk-linux-${SDK_ARCH}-release.zip" ; \
70
70
BASEURL="https://storage.googleapis.com/dart-archive/channels" ; \
71
- URL="$BASEURL/beta/release/3.9.0-333.2 .beta/sdk/$SDK" ; \
71
+ URL="$BASEURL/beta/release/3.9.0-333.3 .beta/sdk/$SDK" ; \
72
72
echo "SDK: $URL" >> dart_setup.log ; \
73
73
curl -fLO "$URL" ; \
74
74
echo "$DART_SHA256 *$SDK" \
Original file line number Diff line number Diff line change 8
8
}
9
9
},
10
10
"beta" : {
11
- "version" : " 3.9.0-333.2 .beta" ,
11
+ "version" : " 3.9.0-333.3 .beta" ,
12
12
"sha256" : {
13
- "x64" : " 8e531e3020138c998dc997665b86b335e340875823518b0075cdf1613420930f " ,
14
- "arm" : " d1fba196f4d11767051da730f1d47eb23fb6a87cb05de7b98aa779518cb71227 " ,
15
- "arm64" : " 56f28331e553e0550c859b89b4e497772f35b08c2456317d4bd7601c7fb40364 "
13
+ "x64" : " f5be518d76f251417bb9a99028d6174e84c4ce4f11c267a59123b649fefcf67b " ,
14
+ "arm" : " 769b400da087890ef3a96e2102afc65c7d8d0f80231e021117860ad04bde2c6b " ,
15
+ "arm64" : " 19a179357a953fd21a563c2c0b2b883693f97748860102cd420ab6e3a1d72439 "
16
16
}
17
17
}
18
18
}
You can’t perform that action at this time.
0 commit comments