DoveBoy 72e80ddb0c
lux: Update to version 0.17.2 (#4611)
* lux: Update to version 0.17.2

* Add arm64 architecture

* Fix 'autoupdate'

* (fix)lux: Fix 32bit download url
2023-03-30 05:09:07 +05:30

40 lines
1.5 KiB
JSON

{
"version": "0.17.2",
"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.17.2/lux_0.17.2_Windows_x86_64.zip",
"hash": "e267da99cf7d3da2382602fe9d5a35460d452e2caa044073b2fd4b718d4c680c"
},
"32bit": {
"url": "https://github.com/iawia002/lux/releases/download/v0.17.2/lux_0.17.2_Windows_i386.zip",
"hash": "594ea54c8e6a3e699d2f5c2f52578884b85a6a5ec0a02b6150445b6f60223196"
},
"arm64": {
"url": "https://github.com/iawia002/lux/releases/download/v0.17.2/lux_0.17.2_Windows_arm64.zip",
"hash": "5deb55d746dfee703aa79e61b8e7d00c7186e05c84d7a5eecabd946bf207e617"
}
},
"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"
}
}
}