Skip to content

Commit bb7dba5

Browse files
author
Christian Compton
committed
Swift 4.2
1 parent 3ec4429 commit bb7dba5

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
@@ -392,15 +392,15 @@ Admin tasks
392392
To install this buildpack:
393393
394394
```shell
395-
wget https://github.com/IBM-Swift/swift-buildpack/releases/download/2.0.15/buildpack_swift_v2.0.15-20180803-1823.zip
396-
ibmcloud cf create-buildpack swift_buildpack buildpack_swift_v2.0.15-20180803-1823.zip <position>
395+
wget https://github.com/IBM-Swift/swift-buildpack/releases/download/2.0.15/buildpack_swift_v2.0.15-20180920-0051.zip
396+
ibmcloud cf create-buildpack swift_buildpack buildpack_swift_v2.0.15-20180920-0051.zip <position>
397397
```
398398
399399
And to update it:
400400
401401
```shell
402-
wget https://github.com/IBM-Swift/swift-buildpack/releases/download/2.0.15/buildpack_swift_v2.0.15-20180803-1823.zip
403-
ibmcloud cf update-buildpack swift_buildpack -p buildpack_swift_v2.0.15-20180803-1823.zip
402+
wget https://github.com/IBM-Swift/swift-buildpack/releases/download/2.0.15/buildpack_swift_v2.0.15-20180920-0051.zip
403+
ibmcloud cf update-buildpack swift_buildpack -p buildpack_swift_v2.0.15-20180920-0051.zip
404404
```
405405
406406
For more details on installing buildpacks, see [Adding buildpacks to Cloud Foundry](https://docs.cloudfoundry.org/adminguide/buildpacks.html).

0 commit comments

Comments
 (0)