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.38.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.38.0#/dl.7z",
"hash": "b9bb6c81f41781c9f19def048fe14ab009980e894135d22903f3601aa0b4926c"
},
"32bit": {
"url": "https://cli.run.pivotal.io/stable?release=windows32-exe&version=6.38.0#/dl.7z",
"hash": "b4cb300163ecbf8d7d442b8f994d287714f35a032114ac9fa1c098c542b88d69"
}
},
"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"
}
}
}
}