forked from jcwillox/scoop-bucket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tasmotizer.json
36 lines (36 loc) · 1.31 KB
/
tasmotizer.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
{
"version": "1.2",
"description": "A full-featured flashing tool for the Tasmota firmware",
"homepage": "https://github.com/tasmota/tasmotizer",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://github.com/tasmota/tasmotizer/releases/download/v.1.2/tasmotizer-1.2.exe#/Tasmotizer.exe",
"hash": "445362b51bf855f62f9af7bb8362c8b27c7bc1ceb1dc88fd41a72de19b779969"
},
"32bit": {
"url": "https://github.com/tasmota/tasmotizer/releases/download/v.1.2/tasmotizer_x86-1.2.exe#/Tasmotizer.exe",
"hash": "0587384c031a2d51eb0c753e9f45e6917a4414940242b78b9a7e8c76f53465b1"
}
},
"shortcuts": [
[
"Tasmotizer.exe",
"Tasmotizer"
]
],
"checkver": {
"url": "https://github.com/tasmota/tasmotizer/releases/latest",
"regex": "/releases/tag/[vV]?\\.?([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/tasmota/tasmotizer/releases/download/v.$version/tasmotizer-$version.exe#/Tasmotizer.exe"
},
"32bit": {
"url": "https://github.com/tasmota/tasmotizer/releases/download/v.$version/tasmotizer_x86-$version.exe#/Tasmotizer.exe"
}
}
}
}