Skip to content

Commit 2b32b2f

Browse files
committed
toolchain-bootstrap: upgrade zstd to latest
Why not.
1 parent 4fdb36e commit 2b32b2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toolchain-bootstrap/Earthfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ download-openssl-1.1:
226226
download-zstd:
227227
FROM +image-download
228228
RUN secure-download.sh \
229-
https://github.com/facebook/zstd/releases/download/v1.5.5/zstd-1.5.5.tar.gz \
230-
9c4396cc829cfae319a6e2615202e82aad41372073482fce286fac78646d3ee4 \
229+
https://github.com/facebook/zstd/releases/download/v1.5.7/zstd-1.5.7.tar.gz \
230+
eb33e51f49a15e023950cd7825ca74a4a2b43db8354825ac24fc1b7ee09e6fa3 \
231231
zstd.tar.gz
232232
SAVE ARTIFACT zstd.tar.gz
233233

0 commit comments

Comments
 (0)