forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cloudfoundry-cli.json
29 lines (29 loc) · 1 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
{
"version": "6.41.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.41.0#/dl.7z",
"hash": "1218cfb2725a1b3cd6d63877f26e2b4c043d98fe751962b84623b1173529692e"
},
"32bit": {
"url": "https://cli.run.pivotal.io/stable?release=windows32-exe&version=6.41.0#/dl.7z",
"hash": "6f73656858db97253e60b619f33e50a5feeb61670d9d247b444bf975e3816d71"
}
},
"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"
}
}
}
}