mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
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:
parent
2895ab4906
commit
72e80ddb0c
@ -1,17 +1,21 @@
|
|||||||
{
|
{
|
||||||
"version": "0.17.1",
|
"version": "0.17.2",
|
||||||
"description": "A fast, simple and clean video downloader built with Go.",
|
"description": "A fast, simple and clean video downloader built with Go.",
|
||||||
"homepage": "https://github.com/iawia002/lux",
|
"homepage": "https://github.com/iawia002/lux",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"depends": "ffmpeg",
|
"depends": "ffmpeg",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/iawia002/lux/releases/download/v0.17.1/lux_0.17.1_Windows_64-bit.zip",
|
"url": "https://github.com/iawia002/lux/releases/download/v0.17.2/lux_0.17.2_Windows_x86_64.zip",
|
||||||
"hash": "b0e1027956419dd5579c69854e469d25b28edb52f35f6ec392f9d66d9a4eb837"
|
"hash": "e267da99cf7d3da2382602fe9d5a35460d452e2caa044073b2fd4b718d4c680c"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/iawia002/lux/releases/download/v0.17.1/lux_0.17.1_Windows_32-bit.zip",
|
"url": "https://github.com/iawia002/lux/releases/download/v0.17.2/lux_0.17.2_Windows_i386.zip",
|
||||||
"hash": "c57e774c6c294c306b199935a9732d8e2169679fc696299abe7f625e7aebcdf1"
|
"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",
|
"bin": "lux.exe",
|
||||||
@ -19,10 +23,13 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"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": {
|
"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": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user