forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcloudfoundry-cli.json
31 lines (31 loc) · 1.07 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.31.0",
"homepage": "https://github.com/cloudfoundry/cli/",
"license": "https://raw.githubusercontent.com/cloudfoundry/cli/master/LICENSE",
"architecture": {
"64bit": {
"url": "https://cli.run.pivotal.io/stable?release=windows64-exe&version=6.31.0#/dl.7z",
"hash": "f4d55caa5e15a839dbcbfddf841fa31f10b3f034a7d87fc1de0b6414a2180a9d"
},
"32bit": {
"url": "https://cli.run.pivotal.io/stable?release=windows32-exe&version=6.31.0#/dl.7z",
"hash": "68d88097b66841f8730a17db2ae04e09185ef6db1113ad4914e5ceb3adb167e3"
}
},
"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"
}
}
}
}