Skip to content

Commit bf72232

Browse files
Rob Day-Reynoldsdpb587-pivotal
Rob Day-Reynolds
authored andcommitted
Bump agent to 2.1.3
[#149319577](https://www.pivotaltracker.com/story/show/149319577) Signed-off-by: Danny Berger <[email protected]>
1 parent b719132 commit bf72232

File tree

1 file changed

+4
-4
lines changed
  • stemcell_builder/stages/bosh_go_agent

1 file changed

+4
-4
lines changed

stemcell_builder/stages/bosh_go_agent/apply.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ cp -a $assets_dir/alerts.monitrc $chroot/var/vcap/monit/alerts.monitrc
2626

2727
cd $assets_dir
2828
if is_ppc64le; then
29-
curl -L -o bosh-agent "https://s3.amazonaws.com/bosh-agent-binaries/bosh-agent-0.0.58-linux-ppc64le?versionId=oSQ6yYF.sm1mJWuLSaTMrMDzcaAru4cP"
30-
echo "64c86401975d01707b6c9f247815de57b836afcfed38e5c04ebfeb04bb462c1b bosh-agent" | shasum -a 256 -c -
29+
curl -L -o bosh-agent "https://s3.amazonaws.com/bosh-agent-binaries/bosh-agent-2.1.3-linux-ppc64le?versionId=epWNF991KDsyKwSSWoL73pa9QrY_2ZIe"
30+
echo "0e5d394bfe2f04d0b9d6f274484edbf3e6a582a90ee9970b4433ca1facb6027b bosh-agent" | shasum -a 256 -c -
3131
else
32-
curl -L -o bosh-agent "https://s3.amazonaws.com/bosh-agent-binaries/bosh-agent-0.0.58-linux-amd64?versionId=N8yiN0gNSzoFNmTYKlIdrC4qTY8twPEH"
33-
echo "4e8e2b07c8159841237259da8bfda38e97fc6bffe945f16ea7c6968bdbe978d5 bosh-agent" | shasum -a 256 -c -
32+
curl -L -o bosh-agent "https://s3.amazonaws.com/bosh-agent-binaries/bosh-agent-2.1.3-linux-amd64?versionId=._coN_lWwzCoOW7.2i0FDG4r6hvp_MM1"
33+
echo "d5c1c07c26a557e0e4d8066de69af803adf742bf85e83831cefd3f6a2d3dd597 bosh-agent" | shasum -a 256 -c -
3434
fi
3535
mv bosh-agent $chroot/var/vcap/bosh/bin/
3636

0 commit comments

Comments
 (0)