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
This commit is contained in:
DoveBoy 2023-03-30 07:39:07 +08:00 committed by GitHub
parent 2895ab4906
commit 72e80ddb0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +1,21 @@
{
"version": "0.17.1",
"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.1/lux_0.17.1_Windows_64-bit.zip",
"hash": "b0e1027956419dd5579c69854e469d25b28edb52f35f6ec392f9d66d9a4eb837"
"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.1/lux_0.17.1_Windows_32-bit.zip",
"hash": "c57e774c6c294c306b199935a9732d8e2169679fc696299abe7f625e7aebcdf1"
"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",
@ -19,10 +23,13 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/iawia002/lux/releases/download/v$version/lux_$version_Windows_64-bit.zip"
"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_32-bit.zip"
"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": {