mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
libjxl: Add version 0.7.0 (#4030)
This commit is contained in:
parent
f1420b6df5
commit
1dbdf569c0
38
bucket/libjxl
Normal file
38
bucket/libjxl
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
{
|
||||||
|
"version": "0.7.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.7.0/jxl-x64-windows-static.zip",
|
||||||
|
"hash": "19d4cf75fe0ffbad1b94ebbfd261978223dad0a0dfbb146878f3c4feb8a8e54e"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/libjxl/libjxl/releases/download/v0.7.0/jxl-x86-windows-static.zip",
|
||||||
|
"hash": "7c6796e411368869d433d40cce66bc8bbc73ee88170646a8da620792d829a885"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user