Skip to content

Commit 4c869f5

Browse files
authored
Merge pull request #93 from crytic/dev-foundryup-update
Update `foundryup`
2 parents f197989 + 3eef552 commit 4c869f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

entrypoint.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ install_node()
152152
install_foundry()
153153
{
154154
if [[ -d "$TARGET" ]] && [[ -f "$TARGET/foundry.toml" ]]; then
155-
echo "[-] Foundry target detected, installing foundry nightly"
155+
echo "[-] Foundry target detected, installing foundry stable"
156156

157-
wget -q -O foundryup https://raw.githubusercontent.com/foundry-rs/foundry/7b452656f722fc560f0414db3ce24a1f2972a8b7/foundryup/foundryup
158-
if [ ! "e7628766329e2873484d5d633c750b5019eec77ae506c11a0ef13b440cc3e7c2 foundryup" = "$(sha256sum foundryup)" ]; then
157+
wget -q -O foundryup https://raw.githubusercontent.com/foundry-rs/foundry/871eaaa6d621c4fae67380bc8306d049ad5168b7/foundryup/foundryup
158+
if [ ! "980a7a4a7f6a453346191bbe5c03bb378a91c92b10573a86fd29ee6f4b7f5d35 foundryup" = "$(sha256sum foundryup)" ]; then
159159
echo "Foundry installer does not match expected checksum! exiting"
160160
exit 1
161161
fi

0 commit comments

Comments
 (0)