forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
chefdk.json
45 lines (45 loc) · 1.59 KB
/
chefdk.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"homepage": "https://chef.io",
"version": "3.6.57",
"description": "Chef Development Kit contains all the tools you need to develop and test your infrastructure, built by the awesome Chef community.",
"license": "Freeware",
"architecture": {
"64bit": {
"url": "https://packages.chef.io/files/stable/chefdk/3.6.57/windows/2012r2/chefdk-3.6.57-1-x64.msi",
"hash": "9b0b94d70faa8388377e7625950cffedb3cc6e0bf951350a9c815911fc62877e"
},
"32bit": {
"url": "https://packages.chef.io/files/stable/chefdk/3.6.57/windows/2012r2/chefdk-3.6.57-1-x86.msi",
"hash": "fb18078a3c91e6818af2da860c59b677699173137d4e337cd07f8ae7af858229"
}
},
"extract_dir": "opscode",
"env_set": {
"CHEFDK_HOME": "$env:USERPROFILE\\.chefdk",
"CHEFDK_ENV_FIX": "1"
},
"installer": {
"script": [
"extract_7zip \"$dir\\chefdk.zip\" \"$dir\"",
"Remove-Item \"$dir\\chefdk.zip\""
]
},
"env_add_path": "bin",
"checkver": {
"url": "https://downloads.chef.io/chefdk/stable",
"re": "Chef Development Kit\\D*([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://packages.chef.io/files/stable/chefdk/$version/windows/2012r2/chefdk-$version-1-x64.msi"
},
"32bit": {
"url": "https://packages.chef.io/files/stable/chefdk/$version/windows/2012r2/chefdk-$version-1-x86.msi"
}
},
"hash": {
"url": "$url.sha256"
}
}
}