File tree 3 files changed +5
-7
lines changed
3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ ENV PATH=$DART_SDK/bin:$PATH
33
33
RUN set -eu; \
34
34
case "$(dpkg --print-architecture)_${DART_CHANNEL}" in \
35
35
amd64_stable) \
36
- DART_SHA256="1c56de9877367f2ba9bd78f1916c8991a464301814e052e413186ea3f5edcaa5 " ; \
36
+ DART_SHA256="0fdff25e6acba3d6094155a7e341634f8de3477e86c2fda4ad47232c1adf704f " ; \
37
37
SDK_ARCH="x64" ;; \
38
38
arm64_stable) \
39
- DART_SHA256="e885c4a96fc578d3dd5db7bcb7d5d4f86a2cc3eebeacd12153787982e0f0ce10 " ; \
39
+ DART_SHA256="6913b7c0b3b78bc141d372cd473da21771e57372b1ab45c977ce1550c8ff0b9c " ; \
40
40
SDK_ARCH="arm64" ;; \
41
41
amd64_beta) \
42
42
DART_SHA256="eaaeee6be87a140a08ae0b6cc76e23ff4e5cb0ef7bbfa8ffa08b90e26b826e6e" ; \
@@ -45,10 +45,10 @@ RUN set -eu; \
45
45
DART_SHA256="b8f3d1f6c65657296757455ac99fab5772dcdb333cc83d15d626717779f2224a" ; \
46
46
SDK_ARCH="arm64" ;; \
47
47
amd64_dev) \
48
- DART_SHA256="bd5a692530406aec50a047ca877fbd0af95efa567b32aa1eec55ab6f287ce880 " ; \
48
+ DART_SHA256="ca5318cfea322d5122cf4e6fa90c2165bac8523bd84e5c529dffa8ebc147ccc6 " ; \
49
49
SDK_ARCH="x64" ;; \
50
50
arm64_dev) \
51
- DART_SHA256="e640d9788642205e1f89f593fc5fec998a8ceea9c642219b9aab3087f4dbd017 " ; \
51
+ DART_SHA256="3ccc4dea7af77f5e3510910365a6234f9fae15cbcd3731ef695b00cda4c5c36d " ; \
52
52
SDK_ARCH="arm64" ;; \
53
53
esac; \
54
54
SDK="dartsdk-linux-${SDK_ARCH}-release.zip" ; \
Original file line number Diff line number Diff line change @@ -258,8 +258,6 @@ You will see the relevant output in your shell e.g. `DART CHECKSUM FAILED!...`.
258
258
When this happens, run the following command:
259
259
260
260
` ` ` bash
261
- make run
262
-
263
261
make fetch-sums
264
262
` ` `
265
263
Original file line number Diff line number Diff line change 3
3
"doc-path" : " install" ,
4
4
"channel" : " stable" ,
5
5
"prev-vers" : " 1.24.3" ,
6
- "vers" : " 2.19.5 "
6
+ "vers" : " 2.19.6 "
7
7
}
8
8
}
You can’t perform that action at this time.
0 commit comments