mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
27 lines
948 B
JSON
27 lines
948 B
JSON
{
|
|
"version": "1.4.0",
|
|
"description": "Cast YouTube videos to your smart TV from command-line",
|
|
"homepage": "https://github.com/MarcoLucidi01/ytcast",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/MarcoLucidi01/ytcast/releases/download/v1.4.0/ytcast-v1.4.0-windows-amd64.zip",
|
|
"hash": "a9549e51b4c8d6effa45778cf3323a339bad1ecaa8e5f09a7cd433d61cb16a49",
|
|
"extract_dir": "ytcast-v1.4.0-windows-amd64"
|
|
}
|
|
},
|
|
"bin": "ytcast.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/MarcoLucidi01/ytcast/releases/download/v$version/ytcast-v$version-windows-amd64.zip",
|
|
"extract_dir": "ytcast-v$version-windows-amd64"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/ytcast-v$version-sha256-checksums.txt"
|
|
}
|
|
}
|
|
}
|