-
Notifications
You must be signed in to change notification settings - Fork 9
/
bbk-cli.json
28 lines (28 loc) · 1.1 KB
/
bbk-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
{
"version": "1.0",
"description": "Easy way to measure internet speed and to get help to improve it.",
"homepage": "https://www.bredbandskollen.se/bredbandskollen-cli/",
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
"url": "https://frontend.bredbandskollen.se/download/bbk_cli_win_amd64-1.0#/bbk-cli.exe",
"hash": "f83ace095ff7699621da983ffb07ddc394db02d4edadd1adc59407626007b396"
},
"32bit": {
"url": "https://frontend.bredbandskollen.se/download/bbk_cli_win_i386-1.0#/bbk-cli.exe",
"hash": "3571d23fe3c55dc6234334758a8042bae779fad0ce729e201aa2d9fe175ccfbf"
}
},
"bin": "bbk-cli.exe",
"checkver": "_amd64-([\\d.]+)",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://frontend.bredbandskollen.se/download/bbk_cli_win_amd64-$version#/bbk-cli.exe"
},
"32bit": {
"url": "https://frontend.bredbandskollen.se/download/bbk_cli_win_i386-$version#/bbk-cli.exe"
}
}
}
}