ScoopInstaller_Main/bucket/termusic.json
2024-03-25 18:37:07 +00:00

27 lines
895 B
JSON

{
"version": "0.9.0",
"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.9.0/termusic-v0.9.0-x86_64-windows.zip",
"hash": "3d45e6fb79ae036df846d50b1c97ef7b6c3c79ddf56657c22d28a45424e1a91f",
"extract_dir": "termusic-v0.9.0-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"
}
}
}
}