Skip to content

Commit fe27a55

Browse files
authored
Update site for Dart 2.19.6 release (#4723)
Also removes `make run` from the instructions for `make fetch-sums`, since we made it no longer needed.
1 parent 7f59b8f commit fe27a55

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ ENV PATH=$DART_SDK/bin:$PATH
3333
RUN set -eu; \
3434
case "$(dpkg --print-architecture)_${DART_CHANNEL}" in \
3535
amd64_stable) \
36-
DART_SHA256="1c56de9877367f2ba9bd78f1916c8991a464301814e052e413186ea3f5edcaa5"; \
36+
DART_SHA256="0fdff25e6acba3d6094155a7e341634f8de3477e86c2fda4ad47232c1adf704f"; \
3737
SDK_ARCH="x64";; \
3838
arm64_stable) \
39-
DART_SHA256="e885c4a96fc578d3dd5db7bcb7d5d4f86a2cc3eebeacd12153787982e0f0ce10"; \
39+
DART_SHA256="6913b7c0b3b78bc141d372cd473da21771e57372b1ab45c977ce1550c8ff0b9c"; \
4040
SDK_ARCH="arm64";; \
4141
amd64_beta) \
4242
DART_SHA256="eaaeee6be87a140a08ae0b6cc76e23ff4e5cb0ef7bbfa8ffa08b90e26b826e6e"; \
@@ -45,10 +45,10 @@ RUN set -eu; \
4545
DART_SHA256="b8f3d1f6c65657296757455ac99fab5772dcdb333cc83d15d626717779f2224a"; \
4646
SDK_ARCH="arm64";; \
4747
amd64_dev) \
48-
DART_SHA256="bd5a692530406aec50a047ca877fbd0af95efa567b32aa1eec55ab6f287ce880"; \
48+
DART_SHA256="ca5318cfea322d5122cf4e6fa90c2165bac8523bd84e5c529dffa8ebc147ccc6"; \
4949
SDK_ARCH="x64";; \
5050
arm64_dev) \
51-
DART_SHA256="e640d9788642205e1f89f593fc5fec998a8ceea9c642219b9aab3087f4dbd017"; \
51+
DART_SHA256="3ccc4dea7af77f5e3510910365a6234f9fae15cbcd3731ef695b00cda4c5c36d"; \
5252
SDK_ARCH="arm64";; \
5353
esac; \
5454
SDK="dartsdk-linux-${SDK_ARCH}-release.zip"; \

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,6 @@ You will see the relevant output in your shell e.g. `DART CHECKSUM FAILED!...`.
258258
When this happens, run the following command:
259259
260260
```bash
261-
make run
262-
263261
make fetch-sums
264262
```
265263

src/_data/pkg-vers.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"doc-path": "install",
44
"channel": "stable",
55
"prev-vers": "1.24.3",
6-
"vers": "2.19.5"
6+
"vers": "2.19.6"
77
}
88
}

0 commit comments

Comments
 (0)