From 3a5f8bb2ede6276e39a06bf1a4621c5d24c41cb3 Mon Sep 17 00:00:00 2001 From: Kris Schneider <101912712+Zliced13@users.noreply.github.com> Date: Thu, 22 Dec 2022 00:34:34 -0700 Subject: [PATCH] twitchdownloader-cli: Add version 1.51.1 (#4249) * twitchdownloader-cli: Add version 1.51.1 * Update bucket/twitchdownloader-cli.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/twitchdownloader-cli.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/twitchdownloader-cli.json diff --git a/bucket/twitchdownloader-cli.json b/bucket/twitchdownloader-cli.json new file mode 100644 index 0000000000..e32e0f48ef --- /dev/null +++ b/bucket/twitchdownloader-cli.json @@ -0,0 +1,21 @@ +{ + "version": "1.51.1", + "homepage": "https://github.com/lay295/TwitchDownloader", + "description": "A Twitch VOD/Clip/Chat Downloader and Chat Renderer. (CLI Version)", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/lay295/TwitchDownloader/releases/download/1.51.1/TwitchDownloaderCLI-1.51.1-Windows-x64.zip", + "hash": "4783d3f799694dae48ea552ce0975857992afccc936b800f028c6a99bc67cb64" + } + }, + "bin": "TwitchDownloaderCLI.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/lay295/TwitchDownloader/releases/download/$version/TwitchDownloaderCLI-$version-Windows-x64.zip" + } + } + } +}