ScoopInstaller_Main/bucket/termusic.json
2024-08-22 12:31:11 +00:00

27 lines
895 B
JSON

{
"version": "0.9.1",
"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.1/termusic-v0.9.1-x86_64-windows.zip",
"hash": "43751cd6247058b5baba428e3ebcbf19e0e8aa6f1170978101e839e23d96679d",
"extract_dir": "termusic-v0.9.1-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"
}
}
}
}