Skip to content

Commit 0eab5b5

Browse files
authored
fix(foundryup): tempo-foundry now ships all binaries (foundry-rs#13834)
nit
1 parent fc6feac commit 0eab5b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

foundryup/foundryup

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -eo pipefail
33

44
# NOTE: if you make modifications to this script, please increment the version number.
55
# WARNING: the SemVer pattern: major.minor.patch must be followed as we use it to determine if the script is up to date.
6-
FOUNDRYUP_INSTALLER_VERSION="1.6.0"
6+
FOUNDRYUP_INSTALLER_VERSION="1.6.1"
77

88
BASE_DIR=${XDG_CONFIG_HOME:-$HOME}
99
FOUNDRY_DIR=${FOUNDRY_DIR:-"$BASE_DIR/.foundry"}
@@ -334,7 +334,7 @@ main() {
334334
ensure mkdir -p "$FOUNDRY_VERSIONS_DIR"
335335

336336
# Download and extract the binaries archive
337-
say "downloading forge and cast for $FOUNDRYUP_TAG version"
337+
say "downloading forge, cast, anvil, and chisel for $FOUNDRYUP_TAG version"
338338
if [ "$PLATFORM" = "win32" ]; then
339339
tmp="$(mktemp -d 2>/dev/null)" || err "failed to create temp dir"
340340
tmp="$tmp/foundry.zip"

0 commit comments

Comments
 (0)