ScoopInstaller_Main/bucket/termusic.json
2025-03-08 16:27:03 +00:00

27 lines
899 B
JSON

{
"version": "0.10.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.10.0/termusic-v0.10.0-x86_64-windows.zip",
"hash": "20b93f7dad0cb7f2e1a9d4f401eed1e2c759316465c8153f5de3887fc44a59fc",
"extract_dir": "termusic-v0.10.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"
}
}
}
}