From ef3689a7b5eb3894c76e0cb43054ef2d6c6b8a28 Mon Sep 17 00:00:00 2001 From: Brian <18603393+brian6932@users.noreply.github.com> Date: Mon, 15 Jan 2024 18:02:26 -0500 Subject: [PATCH] termusic: Add version 0.7.11 (#5429) --- bucket/termusic.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/termusic.json diff --git a/bucket/termusic.json b/bucket/termusic.json new file mode 100644 index 0000000000..1d280c313a --- /dev/null +++ b/bucket/termusic.json @@ -0,0 +1,26 @@ +{ + "version": "0.7.11", + "description": "Music Player TUI written in Rust", + "homepage": "https://github.com/tramhao/termusic", + "license": "GPL-3.0-or-later,MIT", + "architecture": { + "64bit": { + "url": "https://github.com/tramhao/termusic/releases/download/v0.7.11/termusic-v0.7.11-x86_64-windows.zip", + "hash": "e71c09feb859017db06181d81d3afb139db3f747bdd3091b479b63ab9cc7f1d0", + "extract_dir": "termusic-v0.7.11-x86_64-windows" + } + }, + "bin": [ + "termusic.exe", + "termusic-server.exe" + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/tramhao/termusic/releases/download/v$version/termusic-v$version-x86_64-windows.zip", + "extract_dir": "termusic-v$version-x86_64-windows" + } + } + } +}