mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
40 lines
1.5 KiB
JSON
40 lines
1.5 KiB
JSON
{
|
|
"version": "0.23.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.23.0/lux_0.23.0_Windows_x86_64.zip",
|
|
"hash": "2d9fa75cecc24e5e282a7a61671a76720191aea7dcf2bed34117c26618e7cdb9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/iawia002/lux/releases/download/v0.23.0/lux_0.23.0_Windows_i386.zip",
|
|
"hash": "bc5f7d0512c91787e41e0aa076cffc73f349f5146d19205601e36cf15b2b6cde"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/iawia002/lux/releases/download/v0.23.0/lux_0.23.0_Windows_arm64.zip",
|
|
"hash": "0daccfdba0808fdce9a559293bb94c9dfefa774ad86322997d5a70e88b51e152"
|
|
}
|
|
},
|
|
"bin": "lux.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/iawia002/lux/releases/download/v$version/lux_$version_Windows_x86_64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/iawia002/lux/releases/download/v$version/lux_$version_Windows_i386.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/iawia002/lux/releases/download/v$version/lux_$version_Windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/lux_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|