mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 04:54:29 +00:00
The lutgen CLI tool is officially moving to a stable v1 release, with slightly different release naming with the introduction of "Lutgen Studio", a small GUI app with live preview. This commit update the lutgen(-cli) manifest to the new tag naming, adds the new website, and distinguishes as the CLI version. The original executable name is kept as `lutgen` for backwards compatibility.
22 lines
885 B
JSON
22 lines
885 B
JSON
{
|
|
"version": "1.0.0",
|
|
"description": "Blazingly fast interpolated LUT generator and applicator for arbitrary and popular color palettes. (CLI version)",
|
|
"homepage": "http://lut.sh",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ozwaldorf/lutgen-rs/releases/download/lutgen-v1.0.0/lutgen-cli-v1.0.0-x86_64-pc-windows-msvc.exe#/lutgen.exe",
|
|
"hash": "721cc8d1aeb65ff3506b26ec7097cd90ef9b735d972f0835eb0128da11f8eff7"
|
|
}
|
|
},
|
|
"bin": "lutgen.exe",
|
|
"checkver": {
|
|
"url": "https://api.github.com/repositories/640093933/releases",
|
|
"jsonpath": "$..tag_name",
|
|
"regex": "lutgen-v([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/ozwaldorf/lutgen-rs/releases/download/lutgen-v$version/lutgen-cli-v$version-x86_64-pc-windows-msvc.exe#/lutgen.exe"
|
|
}
|
|
}
|