Skip to content

Commit fdca02a

Browse files
committed
Update libjxl to v0.8.2
1 parent bfefc7e commit fdca02a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ the requirements.
6666
| [libjpeg-turbo](http://libjpeg-turbo.virtualgl.org) | 2.1.5 | 2023-01-31 |
6767
| [libwebp](https://github.com/webmproject/libwebp) | 1.3.0 | 2023-01-12 |
6868
| [openjpeg](https://www.openjpeg.org) | 2.5.0 | 2022-05-13 |
69-
| [libjxl](https://github.com/libjxl/libjxl) | 0.8.1 | 2023-02-03 |
69+
| [libjxl](https://github.com/libjxl/libjxl) | 0.8.2 | 2023-06-14 |
7070
| [sqlite](http://sqlite.org) | 3.42.0 | 2023-05-16 |
7171
| [woff2](https://github.com/google/woff2) | 1.0.2 | 2017-11-13 |
7272
| [freetype](https://www.freetype.org) | 2.13.0 | 2023-02-08 |

ports/libjxl/portfile.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
set(VERSION 0.8.1)
1+
set(VERSION 0.8.2)
22

33
# Get archive
44
vcpkg_download_distfile(ARCHIVE
55
URLS "https://github.com/libjxl/libjxl/archive/v${VERSION}.zip"
66
FILENAME "libjxl-${VERSION}.zip"
7-
SHA512 05613f2223f7fdaebdfb56e05ec4c2f25b8998a6612900d10a34ea0b0cd023197739b0dbc217181299cfebf54c81d0f63aa26b0b5c9e1be37dd8100a897bc9d9
7+
SHA512 f741d43d417c7dca770a22735dafc117bf28279b72b49e26566cd8a9f571fd79d2209aa1a236fcfa8ee54cd9da47f4b77e6291452f8af2218bb7121484669a81
88
)
99

1010
# Extract archive

ports/libjxl/vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libjxl",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "libjxl is a reference implementation of JPEG XL (encoder and decoder).",
55
"homepage": "https://github.com/libjxl/libjxl",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)