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.37.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.37.0#/dl.7z",
"hash": "3080d5f149cfea3bf15bff9f6894f3b081d69181a2fe315435b809d7196e5f1e"
},
"32bit": {
"url": "https://cli.run.pivotal.io/stable?release=windows32-exe&version=6.37.0#/dl.7z",
"hash": "3946554033c8494c4495d83f77900b3058550b7cc7f957bb220dd9bda5cc3157"
}
},
"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"
}
}
}
}