concourse / concourse-bosh-deployment

A toolchain for deploying Concourse with BOSH.
Apache License 2.0
86 stars 155 forks source link

Correct bpm checksum #171

Closed jpluscplusm closed 5 years ago

jpluscplusm commented 5 years ago

The SHA1 of the bpm release is incorrect, perhaps related to the recent URL change?

https://bosh.io/releases/github.com/cloudfoundry/bpm-release?version=1.0.4 says it's the value in this commit, and that value agrees with a check via curl --location 'https://bosh.io/d/github.com/cloudfoundry/bpm-release?v=1.0.4' | shasum

jpluscplusm commented 5 years ago

@vito I'll happily sort out the DCO check longer-term; please feel free to close this and manually fix the checksum if you like :-)

vito commented 5 years ago

no need for DCO, seems like a simple fix. thanks!