mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
JSON
{
|
|
"version": "0.8.0",
|
|
"description": "JPEG XL image format (.jxl) encode/decode tools",
|
|
"homepage": "https://jpeg.org/jpegxl",
|
|
"license": "BSD-3-Clause",
|
|
"notes": "If the shim for brotli.exe was overwritten by this app's version and you'd like to point it back to brotli's version, run `scoop reset brotli`.",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/libjxl/libjxl/releases/download/v0.8.0/jxl-x64-windows-static.zip",
|
|
"hash": "4cfa5acc4b24bcb2b20beddf246d9c3c24768354a185477b91d584b4bd1dd6a7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/libjxl/libjxl/releases/download/v0.8.0/jxl-x86-windows-static.zip",
|
|
"hash": "936ae815e2f0041d20c41acab34ed66bd1e09ca1c9a712431099f789b4219b5e"
|
|
}
|
|
},
|
|
"bin": [
|
|
"benchmark_xl.exe",
|
|
"brotli.exe",
|
|
"cjpeg_hdr.exe",
|
|
"cjxl.exe",
|
|
"djxl.exe",
|
|
"jxlinfo.exe"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/libjxl/libjxl"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/libjxl/libjxl/releases/download/v$version/jxl-x64-windows-static.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/libjxl/libjxl/releases/download/v$version/jxl-x86-windows-static.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|