Skip to content

Commit

Permalink
libjxl: add version 0.11.1 (#25254)
Browse files Browse the repository at this point in the history
* libjxl: add version 0.11.0

Generated and committed by [Conan Center Bot](https://github.com/qchateau/conan-center-bot)
Find more updatable recipes in the [GitHub Pages](https://qchateau.github.io/conan-center-bot/)

* libjxl: drop unused import

* update libjxl to 0.11.1

---------

Co-authored-by: Quentin Chateau via Conan Center Bot <quentin.chateau@gmail.com>
Co-authored-by: Julianiolo <50519317+Julianiolo@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 2, 2025
1 parent 75b39ed commit 4c7afe7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions recipes/libjxl/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"0.11.1":
url: "https://github.com/libjxl/libjxl/archive/v0.11.1.tar.gz"
sha256: "1492dfef8dd6c3036446ac3b340005d92ab92f7d48ee3271b5dac1d36945d3d9"
"0.10.3":
url: "https://github.com/libjxl/libjxl/archive/v0.10.3.zip"
sha256: "a9e2103f61ab79f5561b506ad03fcba33207263284b1a796eba3ca826ab0a75f"
Expand Down
1 change: 0 additions & 1 deletion recipes/libjxl/all/conanfile.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os

from conan import ConanFile
from conan.errors import ConanInvalidConfiguration
from conan.tools.build import cross_building, stdcpp_library, check_min_cppstd
from conan.tools.cmake import CMake, CMakeDeps, CMakeToolchain, cmake_layout
from conan.tools.env import VirtualBuildEnv
Expand Down
2 changes: 2 additions & 0 deletions recipes/libjxl/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
versions:
"0.11.1":
folder: all
"0.10.3":
folder: all
"0.10.2":
Expand Down

0 comments on commit 4c7afe7

Please sign in to comment.