mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 05:31:21 +00:00
40 lines
1.5 KiB
JSON
40 lines
1.5 KiB
JSON
{
|
|
"version": "0.19.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.19.0/lux_0.19.0_Windows_x86_64.zip",
|
|
"hash": "84d0cd2304e0a516615ecaa997aacb23d775669d3b79dced6a2b7d313cc63161"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/iawia002/lux/releases/download/v0.19.0/lux_0.19.0_Windows_i386.zip",
|
|
"hash": "aa7cdbdee6756e01b053baf1f09a276bda712b5c75bd6fde65cb9905ba5ec757"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/iawia002/lux/releases/download/v0.19.0/lux_0.19.0_Windows_arm64.zip",
|
|
"hash": "be66dde81c61a48d6249f3aa495879e90fec728813f3ad4b7a75d90fb1904fc5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|