forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathetcher-cli.json
29 lines (29 loc) · 1.11 KB
/
etcher-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
{
"homepage": "https://etcher.io/cli",
"license": "https://github.com/resin-io/etcher/blob/master/LICENSE",
"version": "1.1.2",
"architecture": {
"64bit": {
"url": "https://resin-production-downloads.s3.amazonaws.com/etcher/1.1.2/Etcher-cli-1.1.2-win32-x64.zip",
"hash": "46f491cff6c122f597659196a4c82162c9ed6d16779fbe20af398ea5c41d113d"
},
"32bit": {
"url": "https://resin-production-downloads.s3.amazonaws.com/etcher/1.1.2/Etcher-cli-1.1.2-win32-x86.zip",
"hash": "4546d420b0e5fd9aa4edd19323eb172b02c00b2e5ad296f7ee20445d1cdb9cf7"
}
},
"bin": "etcher.exe",
"checkver": {
"github": "https://github.com/resin-io/etcher"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://resin-production-downloads.s3.amazonaws.com/etcher/$version/Etcher-cli-$version-win32-x64.zip"
},
"32bit": {
"url": "https://resin-production-downloads.s3.amazonaws.com/etcher/$version/Etcher-cli-$version-win32-x86.zip"
}
}
}
}