|
36 | 36 | Starting app Kitura-Starter in org roliv@us.ibm.com / space dev as roliv@us.ibm.com... |
37 | 37 | -----> Downloaded app package (28K) |
38 | 38 | Cloning into '/tmp/buildpacks/swift-buildpack'... |
39 | | ------> Buildpack version 2.0.1 |
40 | | ------> Default supported Swift version is 3.0.1 |
| 39 | +-----> Buildpack version 2.0.11 |
| 40 | +-----> Default supported Swift version is 4.1 |
41 | 41 | -----> Configure for apt-get installs... |
42 | 42 | -----> Downloading system level dependencies... |
43 | 43 | -----> Fetching .debs for: libicu-dev libcurl4-openssl-dev |
@@ -181,7 +181,7 @@ The buildpack will detect your app as Swift if it has a `Package.swift` file in |
181 | 181 |
|
182 | 182 | ### Version installed on the IBM Cloud |
183 | 183 |
|
184 | | -The latest version of the IBM Cloud buildpack for Swift on the IBM Cloud is [v2.0.10](https://github.com/IBM-Swift/swift-buildpack/releases/tag/2.0.10). |
| 184 | +The latest version of the IBM Cloud buildpack for Swift on the IBM Cloud is [v2.0.11](https://github.com/IBM-Swift/swift-buildpack/releases/tag/2.0.11). |
185 | 185 |
|
186 | 186 | Please note that it is possible that the latest buildpack code contained in this repo hasn't yet been installed on the IBM Cloud. If that happens to be the case and you'd like to leverage the latest buildpack code, you can do so by adding the `-b https://github.com/IBM-Swift/swift-buildpack` parameter to the `bx app push` command, as shown below: |
187 | 187 |
|
@@ -392,15 +392,15 @@ Admin tasks |
392 | 392 | To install this buildpack: |
393 | 393 |
|
394 | 394 | ```shell |
395 | | -wget https://github.com/IBM-Swift/swift-buildpack/releases/download/2.0.10/buildpack_swift_v2.0.10-20180103-1525.zip |
396 | | -bx cf create-buildpack swift_buildpack buildpack_swift_v2.0.10-20180103-1525.zip <position> |
| 395 | +wget https://github.com/IBM-Swift/swift-buildpack/releases/download/2.0.11/buildpack_swift_v2.0.11-20180402-2018.zip |
| 396 | +bx cf create-buildpack swift_buildpack buildpack_swift_v2.0.11-20180402-2018.zip <position> |
397 | 397 | ``` |
398 | 398 |
|
399 | 399 | And to update it: |
400 | 400 |
|
401 | 401 | ```shell |
402 | | -wget https://github.com/IBM-Swift/swift-buildpack/releases/download/2.0.10/buildpack_swift_v2.0.10-20180103-1525.zip |
403 | | -bx cf update-buildpack swift_buildpack -p buildpack_swift_v2.0.10-20180103-1525.zip |
| 402 | +wget https://github.com/IBM-Swift/swift-buildpack/releases/download/2.0.11/buildpack_swift_v2.0.11-20180402-2018.zip |
| 403 | +bx cf update-buildpack swift_buildpack -p buildpack_swift_v2.0.11-20180402-2018.zip |
404 | 404 | ``` |
405 | 405 |
|
406 | 406 | For more details on installing buildpacks, see [Adding buildpacks to Cloud Foundry](https://docs.cloudfoundry.org/adminguide/buildpacks.html). |
|
0 commit comments