forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cloudfoundry-cli.json
31 lines (31 loc) · 1.02 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
29
30
31
{
"version": "6.40.0",
"homepage": "https://github.com/cloudfoundry/cli/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://cli.run.pivotal.io/stable?release=windows64-exe&version=6.40.0#/dl.7z",
"hash": "43da378c34cc7cea5c3c7720015d74e0387ab1118d302cc460145c46da6625ac"
},
"32bit": {
"url": "https://cli.run.pivotal.io/stable?release=windows32-exe&version=6.40.0#/dl.7z",
"hash": "7ee4bffca66751ef6fb2029704fa17af727003f6008468591538d477346cf56d"
}
},
"bin": [
"cf.exe"
],
"checkver": {
"github": "https://github.com/cloudfoundry/cli"
},
"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"
}
}
}
}