File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -231,15 +231,15 @@ Admin tasks
231231
232232To install this buildpack:
233233` ` `
234- wget https://github.com/IBM-Swift/swift-buildpack/releases/download/v1.1.14/buildpack_swift_v1.1.14-20160901-1456 .zip
235- cf create-buildpack swift_buildpack buildpack_swift_v1.1.14-20160901-1456 .zip < position>
234+ wget https://github.com/IBM-Swift/swift-buildpack/releases/download/v2.0.0/buildpack_swift_v2.0.0-20160914-1605 .zip
235+ cf create-buildpack swift_buildpack buildpack_swift_v2.0.0-20160914-1605 .zip < position>
236236` ` `
237237
238238And to update it:
239239
240240` ` `
241- wget https://github.com/IBM-Swift/swift-buildpack/releases/download/v1.1.14/buildpack_swift_v1.1.14-20160901-1456 .zip
242- cf update-buildpack swift_buildpack -p buildpack_swift_v1.1.14-20160901-1456 .zip
241+ wget https://github.com/IBM-Swift/swift-buildpack/releases/download/v2.0.0/buildpack_swift_v2.0.0-20160914-1605 .zip
242+ cf update-buildpack swift_buildpack -p buildpack_swift_v2.0.0-20160914-1605 .zip
243243` ` `
244244
245245For more details on installing buildpacks, see [Adding buildpacks to Cloud Foundry](https://docs.cloudfoundry.org/adminguide/buildpacks.html).
Original file line number Diff line number Diff line change 1- 1.1.14
1+ 2.0.0
You can’t perform that action at this time.
0 commit comments