diff --git a/bucket/bbk-cli.json b/bucket/bbk-cli.json new file mode 100644 index 0000000000..50f51a76dd --- /dev/null +++ b/bucket/bbk-cli.json @@ -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" + } + } + } +}