mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 23:21:19 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"version": "0.17.0",
|
|
"description": "A fast, simple and clean video downloader built with Go.",
|
|
"homepage": "https://github.com/iawia002/lux",
|
|
"license": "MIT",
|
|
"depends": "ffmpeg",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/iawia002/lux/releases/download/v0.17.0/lux_0.17.0_Windows_64-bit.zip",
|
|
"hash": "5ac927911fdbde83fe2ac93b6a92fe7233f854c6512086487073d12073318677"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/iawia002/lux/releases/download/v0.17.0/lux_0.17.0_Windows_32-bit.zip",
|
|
"hash": "8b5b89246923dfa4e4fb2ee380f0a76498a68f69af166e44fb1504909e00b432"
|
|
}
|
|
},
|
|
"bin": "lux.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/iawia002/lux/releases/download/v$version/lux_$version_Windows_64-bit.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/iawia002/lux/releases/download/v$version/lux_$version_Windows_32-bit.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/lux_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|