bbk-cli: Add version 1.0 (#27)

This commit is contained in:
Erik Wheeler 2019-05-05 04:31:50 +02:00 committed by Chawye Hsu
parent 8b2a91ae44
commit 5cb68dcfca

28
bucket/bbk-cli.json Normal file
View File

@ -0,0 +1,28 @@
{
"version": "1.0",
"description": "Easy way to measure internet speed and to get help to improve it.",
"homepage": "http://www.bredbandskollen.se/en/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"
}
}
}
}