We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3090e53 commit db48972Copy full SHA for db48972
foundryup/foundryup
@@ -153,7 +153,10 @@ main() {
153
154
ensure mkdir -p "$FOUNDRY_VERSIONS_DIR"
155
# Download and extract the binaries archive
156
- say "downloading forge, cast, anvil, and chisel for $FOUNDRYUP_TAG version"
+ say "downloading forge and cast for $FOUNDRYUP_TAG version"
157
+ say "$RELEASE_URL"
158
+ say "$BIN_ARCHIVE_URL"
159
+ say "$MAN_TARBALL_URL"
160
if [ "$PLATFORM" = "win32" ]; then
161
tmp="$(mktemp -d 2>/dev/null || echo ".")/foundry.zip"
162
ensure download "$BIN_ARCHIVE_URL" "$tmp"
0 commit comments