mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
40 lines
1.5 KiB
JSON
40 lines
1.5 KiB
JSON
{
|
|
"version": "0.20.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.20.0/lux_0.20.0_Windows_x86_64.zip",
|
|
"hash": "4196a155ff4bf427e57823254ec3e9a53680a8adde19da2454ba2dc3dbbec606"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/iawia002/lux/releases/download/v0.20.0/lux_0.20.0_Windows_i386.zip",
|
|
"hash": "3634d741281956bd4f4e710f3a5065df8557ac4c4c23cd3490017da1bca5afff"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/iawia002/lux/releases/download/v0.20.0/lux_0.20.0_Windows_arm64.zip",
|
|
"hash": "ad844d647030219ab22438514ef6f855af9c62cf3f669978e6818f8a040f5f37"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|