Skip to content

Commit

Permalink
Update constants
Browse files Browse the repository at this point in the history
  • Loading branch information
cf-infra-bot authored and evanfarrar committed Feb 23, 2017
1 parent 2750153 commit 0906df6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bbl/constants/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ package constants
// THIS FILE IS GENERATED AUTOMATICALLY, NO TOUCHING!!!!!

const (
BOSHURL = "https://s3.amazonaws.com/bbl-precompiled-bosh-releases/release-bosh-261.2-on-ubuntu-trusty-stemcell-3363.1.tgz"
BOSHSHA1 = "9df17ce511a62750660e6edcffb2c320235868cd"
BOSHURL = "https://s3.amazonaws.com/bbl-precompiled-bosh-releases/release-bosh-261.2-on-ubuntu-trusty-stemcell-3363.9.tgz"
BOSHSHA1 = "84afe35981fd880b812d42a83e1f123d80fc28a6"
BOSHAWSCPIURL = "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-aws-cpi-release?v=62"
BOSHAWSCPISHA1 = "f36967927ceae09e5663a41fdda199edfe649dc6"
AWSStemcellURL = "https://s3.amazonaws.com/bosh-aws-light-stemcells/light-bosh-stemcell-3363.1-aws-xen-hvm-ubuntu-trusty-go_agent.tgz"
AWSStemcellSHA1 = "671b49cf788d36500e12a8120efb2ada8813c3fd"
AWSStemcellURL = "https://s3.amazonaws.com/bosh-aws-light-stemcells/light-bosh-stemcell-3363.9-aws-xen-hvm-ubuntu-trusty-go_agent.tgz"
AWSStemcellSHA1 = "c5a61384178efaade80210de7ebf994d70e6ca25"
BOSHGCPCPIURL = "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-google-cpi-release?v=25.6.2"
BOSHGCPCPISHA1 = "b4865397d867655fdcc112bc5a7f9a5025cdf311"
GCPStemcellURL = "https://s3.amazonaws.com/bosh-gce-light-stemcells/light-bosh-stemcell-3363.9-google-kvm-ubuntu-trusty-go_agent.tgz"
Expand Down

0 comments on commit 0906df6

Please sign in to comment.