Skip to content

Commit

Permalink
bump ecspresso to 2.4.2 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiroe authored Oct 21, 2024
1 parent 500d102 commit 1f626ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ecspresso/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ case ${architecture} in
esac

if [ "${ECSPRESSOVERSION}" = "latest" ]; then
ECSPRESSO_VERSION="2.4.1"
ECSPRESSO_VERSION="2.4.2"
else
ECSPRESSO_VERSION="${ECSPRESSOVERSION:-"2.4.1"}"
ECSPRESSO_VERSION="${ECSPRESSOVERSION:-"2.4.2"}"
fi
ECSPRESSO_DOWNLOAD_URL=https://github.com/kayac/ecspresso/releases/download/v${ECSPRESSO_VERSION}/ecspresso_${ECSPRESSO_VERSION}_linux_${architecture}.tar.gz

Expand Down

0 comments on commit 1f626ef

Please sign in to comment.