mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 21:51:31 +00:00
40 lines
1.5 KiB
JSON
40 lines
1.5 KiB
JSON
{
|
|
"version": "0.22.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.22.0/lux_0.22.0_Windows_x86_64.zip",
|
|
"hash": "1b1bbffa80cce4c743c1f298bf0fb1309b1d36a4052c3e3329d4f079b25ffd0a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/iawia002/lux/releases/download/v0.22.0/lux_0.22.0_Windows_i386.zip",
|
|
"hash": "c0ce5cc413344bc45132127e634a2830a23cabb7f9deb7b3db1a71e409140f7d"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/iawia002/lux/releases/download/v0.22.0/lux_0.22.0_Windows_arm64.zip",
|
|
"hash": "ec40a959c2fc59ff7371c7ddbf88fa35d593add0acaa161c10140e1cc747a60f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|