-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
Copy pathcloudfoundry-cli.json
28 lines (28 loc) · 1.01 KB
/
cloudfoundry-cli.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"version": "8.9.0",
"description": "The official command line client for Cloud Foundry",
"homepage": "https://github.com/cloudfoundry/cli",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://cli.run.pivotal.io/stable?release=windows64-exe&version=8.9.0#/dl.7z",
"hash": "aeb2dbb2d661b164aeeabc7446108828a8c3f31d25c0beb9386df0dfd69a969a"
},
"32bit": {
"url": "https://cli.run.pivotal.io/stable?release=windows32-exe&version=8.9.0#/dl.7z",
"hash": "33d848cdf04bd2e69c05f26659d5f571d5416e8ebe9dd5e33c790fcef98414c5"
}
},
"bin": "cf.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://cli.run.pivotal.io/stable?release=windows64-exe&version=$version#/dl.7z"
},
"32bit": {
"url": "https://cli.run.pivotal.io/stable?release=windows32-exe&version=$version#/dl.7z"
}
}
}
}