File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5454 run : |
5555 mkdir -p "${HOME}/bin"
5656 export PATH="${PATH}:${HOME}/bin"
57- curl "https://github.com/cloudfoundry /packit/releases/download/v0.0.4 /jam-linux" \
57+ curl "https://github.com/paketo-buildpacks /packit/releases/download/v0.0.14 /jam-linux" \
5858 --silent \
5959 --location \
6060 --output "${HOME}/bin/jam"
Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ function util::tools::path::export() {
2020}
2121
2222function util::tools::jam::install () {
23- echo " -> Installing v0.0.10 jam..."
24-
2523 local dir
2624 while [[ " ${# } " != 0 ]]; do
2725 case " ${1} " in
@@ -55,7 +53,7 @@ function util::tools::jam::install () {
5553
5654 if [[ ! -f " ${dir} /jam" ]]; then
5755 local version
58- version=" v0.0.10 "
56+ version=" v0.0.14 "
5957
6058 util::print::title " Installing jam ${version} "
6159 curl " https://github.com/paketo-buildpacks/packit/releases/download/${version} /jam-${os} " \
You can’t perform that action at this time.
0 commit comments