mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 23:31:20 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"version": "0.14.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.14.0/lux_0.14.0_Windows_64-bit.zip",
|
|
"hash": "8084fc1188fd2601eaea5d898659ba0ed731b2372321381adbf0e5571dccd857"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/iawia002/lux/releases/download/v0.14.0/lux_0.14.0_Windows_32-bit.zip",
|
|
"hash": "694d7496461783515cbf43ec4cd6510134f4c72854222780fa1ec585df46824d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|