2025-08-01 08:30:31 +00:00

22 lines
885 B
JSON

{
"version": "1.0.1",
"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.1/lutgen-cli-v1.0.1-x86_64-pc-windows-msvc.exe#/lutgen.exe",
"hash": "197be902f1d430ebe7c2808a99e9f3cf355c8fc6b30199f068ee04bc64213a26"
}
},
"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"
}
}