From f39140378876bca2f1df9e35d4f7cf36b9b3fbce Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Sat, 18 Sep 2021 21:09:24 +0530 Subject: [PATCH] ncspot: Add version 0.8.2 (#2683) --- bucket/ncspot.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/ncspot.json diff --git a/bucket/ncspot.json b/bucket/ncspot.json new file mode 100644 index 0000000000..c2a154c526 --- /dev/null +++ b/bucket/ncspot.json @@ -0,0 +1,21 @@ +{ + "version": "0.8.2", + "description": "Cross-platform ncurses Spotify client written in Rust", + "homepage": "https://github.com/hrkfdn/ncspot", + "license": "BSD-2-Clause", + "architecture": { + "64bit": { + "url": "https://github.com/hrkfdn/ncspot/releases/download/v0.8.2/ncspot-v0.8.2-windows.zip", + "hash": "7339472e5785c78fa5d8ebb5775504ec81e27088722bd76bd5a542eb12297181" + } + }, + "bin": "ncspot.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/hrkfdn/ncspot/releases/download/v$version/ncspot-v$version-windows.zip" + } + } + } +}