generated from Ash258/GenericBucket
-
Notifications
You must be signed in to change notification settings - Fork 1
/
esphome-flasher.json
33 lines (33 loc) · 1.29 KB
/
esphome-flasher.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
{
"version": "1.4.0",
"description": "Simple GUI tool to flash ESPs over USB",
"homepage": "https://github.com/esphome/esphome-flasher",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/esphome/esphome-flasher/releases/download/1.4.0/ESPHome-Flasher-1.4.0-Windows-x64.exe#/ESPHome-Flasher.exe",
"hash": "1fde3b0d854fa4767aa453be90d428ddbf5a8a049a459188e721b26ac08751ed"
},
"32bit": {
"url": "https://github.com/esphome/esphome-flasher/releases/download/1.4.0/ESPHome-Flasher-1.4.0-Windows-x86.exe#/ESPHome-Flasher.exe",
"hash": "b66cda97d125e10c96a8bed50655e82b14ce619d50dda7ee32dc25f2e77adba6"
}
},
"shortcuts": [
[
"ESPHome-Flasher.exe",
"ESPHome Flasher"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/esphome/esphome-flasher/releases/download/$version/ESPHome-Flasher-$version-Windows-x64.exe#/ESPHome-Flasher.exe"
},
"32bit": {
"url": "https://github.com/esphome/esphome-flasher/releases/download/$version/ESPHome-Flasher-$version-Windows-x86.exe#/ESPHome-Flasher.exe"
}
}
}
}