File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
88BASE_DIR=${XDG_CONFIG_HOME:- $HOME }
99FOUNDRY_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"
You can’t perform that action at this time.
0 commit comments