From f961e46af4987cc99d0c8b4a8f12f4be3665dc28 Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Sun, 7 Jul 2019 10:06:09 +0000 Subject: [PATCH] bt2qbt: Add 1.1 (#220) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Jakub Čábera --- bucket/bt2qbt.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bucket/bt2qbt.json diff --git a/bucket/bt2qbt.json b/bucket/bt2qbt.json new file mode 100644 index 0000000000..ccf3843b1d --- /dev/null +++ b/bucket/bt2qbt.json @@ -0,0 +1,28 @@ +{ + "version": "1.1", + "description": "Cli tool for export from uTorrent/Bittorrent into qBittorrent.", + "homepage": "https://github.com/rumanzo/bt2qbt/", + "license": "GPL-3.0-only", + "architecture": { + "64bit": { + "url": "https://github.com/rumanzo/bt2qbt/releases/download/v1.1/bt2qbt_v1.1_amd64.exe#/bt2qbt.exe", + "hash": "83f01ce46e5cfdf01dd92026ca871dc328a39a52bc9a59b5b797eb959ad06a83" + }, + "32bit": { + "url": "https://github.com/rumanzo/bt2qbt/releases/download/v1.1/bt2qbt_v1.1_i386.exe#/bt2qbt.exe", + "hash": "bfad2ced03cb89a3caae44bcce0f4cdb48d8f7cfdd47de59602ac9d8bb4a4903" + } + }, + "bin": "bt2qbt.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/rumanzo/bt2qbt/releases/download/v$version/bt2qbt_v$version_amd64.exe#/bt2qbt.exe" + }, + "32bit": { + "url": "https://github.com/rumanzo/bt2qbt/releases/download/v$version/bt2qbt_v$version_i386.exe#/bt2qbt.exe" + } + } + } +}