Skip to content

Commit

Permalink
jxl-winthumb: Update to version 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Youxikong committed Sep 17, 2024
1 parent 6a8021d commit 85fd2f3
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions bucket/jxl-winthumb.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
{
"version": "0.2.7",
"version": "0.2.8",
"description": "A JPEG XL (*.jxl) thumbnail handler for Windows File Explorer.",
"homepage": "https://github.com/saschanaz/jxl-winthumb",
"license": "ISC",
"architecture": {
"64bit": {
"url": [
"https://github.com/saschanaz/jxl-winthumb/releases/download/v0.2.7/jxl_winthumb.dll",
"https://github.com/saschanaz/jxl-winthumb/releases/download/v0.2.7/jxl_winthumb_32.dll"
"https://github.com/saschanaz/jxl-winthumb/releases/download/v0.2.8/jxl_winthumb_x86_64.dll",
"https://github.com/saschanaz/jxl-winthumb/releases/download/v0.2.8/jxl_winthumb_i686.dll"
],
"hash": [
"0d45bd39653e5f863bcfa06a8929cd8a49fd96f162983521fe3a08d86b65058c",
"0e462432fec171292a942cc1e85c752e7d5e8b70fccb22c80ba2433d53d243e4"
"f4106ba3b39fb33c3515c53401d3e46fdaab40bc25857c7c6bdbc5368ab8f714",
"9c3fd187ea2291a2f0a0cc6ba4913b94a5a982064afbae65bf74e43b5b34dd1e"
]
},
"32bit": {
"url": "https://github.com/saschanaz/jxl-winthumb/releases/download/v0.2.7/jxl_winthumb_32.dll",
"hash": "0e462432fec171292a942cc1e85c752e7d5e8b70fccb22c80ba2433d53d243e4"
"url": "https://github.com/saschanaz/jxl-winthumb/releases/download/v0.2.8/jxl_winthumb_i686.dll",
"hash": "9c3fd187ea2291a2f0a0cc6ba4913b94a5a982064afbae65bf74e43b5b34dd1e"
},
"arm64": {
"url": "https://github.com/saschanaz/jxl-winthumb/releases/download/v0.2.8/jxl_winthumb_aarch64.dll",
"hash": "b0116f1de172bd7af0797cbd04a01f00937a6f3302b6011d46692825b52335a9"
}
},
"installer": {
Expand Down Expand Up @@ -48,12 +52,15 @@
"architecture": {
"64bit": {
"url": [
"https://github.com/saschanaz/jxl-winthumb/releases/download/v$version/jxl_winthumb.dll",
"https://github.com/saschanaz/jxl-winthumb/releases/download/v$version/jxl_winthumb_32.dll"
"https://github.com/saschanaz/jxl-winthumb/releases/download/v$version/jxl_winthumb_x86_64.dll",
"https://github.com/saschanaz/jxl-winthumb/releases/download/v$version/jxl_winthumb_i686.dll"
]
},
"32bit": {
"url": "https://github.com/saschanaz/jxl-winthumb/releases/download/v$version/jxl_winthumb_32.dll"
"url": "https://github.com/saschanaz/jxl-winthumb/releases/download/v$version/jxl_winthumb_i686.dll"
},
"arm64": {
"url": "https://github.com/saschanaz/jxl-winthumb/releases/download/v$version/jxl_winthumb_aarch64.dll"
}
}
}
Expand Down

0 comments on commit 85fd2f3

Please sign in to comment.