Skip to content

Commit 71670dc

Browse files
author
Christian Compton
committed
Swift 4.2.1
1 parent 7b34500 commit 71670dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -389,15 +389,15 @@ Admin tasks
389389
To install this buildpack:
390390
391391
```shell
392-
wget https://github.com/IBM-Swift/swift-buildpack/releases/download/2.0.16/buildpack_swift_v2.0.16-20180920-0051.zip
393-
ibmcloud cf create-buildpack swift_buildpack buildpack_swift_v2.0.16-20180920-0051.zip <position>
392+
wget https://github.com/IBM-Swift/swift-buildpack/releases/download/2.0.16/buildpack_swift_v2.0.16-20181214-0434.zip
393+
ibmcloud cf create-buildpack swift_buildpack buildpack_swift_v2.0.16-20181214-0434.zip <position>
394394
```
395395
396396
And to update it:
397397
398398
```shell
399-
wget https://github.com/IBM-Swift/swift-buildpack/releases/download/2.0.16/buildpack_swift_v2.0.16-20180920-0051.zip
400-
ibmcloud cf update-buildpack swift_buildpack -p buildpack_swift_v2.0.16-20180920-0051.zip
399+
wget https://github.com/IBM-Swift/swift-buildpack/releases/download/2.0.16/buildpack_swift_v2.0.16-20181214-0434.zip
400+
ibmcloud cf update-buildpack swift_buildpack -p buildpack_swift_v2.0.16-20181214-0434.zip
401401
```
402402
403403
For more details on installing buildpacks, see [Adding buildpacks to Cloud Foundry](https://docs.cloudfoundry.org/adminguide/buildpacks.html).

0 commit comments

Comments
 (0)