We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fdb36e commit 2b32b2fCopy full SHA for 2b32b2f
toolchain-bootstrap/Earthfile
@@ -226,8 +226,8 @@ download-openssl-1.1:
226
download-zstd:
227
FROM +image-download
228
RUN secure-download.sh \
229
- https://github.com/facebook/zstd/releases/download/v1.5.5/zstd-1.5.5.tar.gz \
230
- 9c4396cc829cfae319a6e2615202e82aad41372073482fce286fac78646d3ee4 \
+ https://github.com/facebook/zstd/releases/download/v1.5.7/zstd-1.5.7.tar.gz \
+ eb33e51f49a15e023950cd7825ca74a4a2b43db8354825ac24fc1b7ee09e6fa3 \
231
zstd.tar.gz
232
SAVE ARTIFACT zstd.tar.gz
233
0 commit comments