mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
27 lines
899 B
JSON
27 lines
899 B
JSON
{
|
|
"version": "0.11.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.11.0/termusic-v0.11.0-x86_64-windows.zip",
|
|
"hash": "0740e0406168e136b2524444c0fe09b1607ae94e1571da682b2fd7c72f140db3",
|
|
"extract_dir": "termusic-v0.11.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"
|
|
}
|
|
}
|
|
}
|
|
}
|