mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"version": "0.15.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.15.0/lux_0.15.0_Windows_64-bit.zip",
|
|
"hash": "ac061576faecf105701cfed0cc6b28e4cfb7304e3f4488e990397a728e3566a9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/iawia002/lux/releases/download/v0.15.0/lux_0.15.0_Windows_32-bit.zip",
|
|
"hash": "f5854b46bb453531448b5502c2c447fd7de063a6dccee0b23d1f58cc7d37cbd8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|