2022-11-07 12:31:34 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.16.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.16.0/lux_0.16.0_Windows_64-bit.zip",
"hash": "c38cb16da749c52c2a2814fa36f9f565023c8a1d6be2041448e04b779af2cffb"
},
"32bit": {
"url": "https://github.com/iawia002/lux/releases/download/v0.16.0/lux_0.16.0_Windows_32-bit.zip",
"hash": "afd0e8ee4b35c049ca848467ee257f3a0712d8440d917deb6d1283d077273d79"
}
},
"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"
}
}
}