Upgrade exiv2 and libjxl for AppImage

Upgrade exiv2 to v0.28.3.
Upgrade libjxl to 0.10.3.
This commit is contained in:
Lawrence Lee
2024-07-20 17:38:59 -07:00
parent d129253242
commit 7a71ce10f1
3 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ jobs:
- name: Install Exiv2
run: |
EXIV2_VERSION='v0.28.1'
EXIV2_VERSION='v0.28.3'
echo "Cloning Exiv2 $EXIV2_VERSION."
git clone --depth 1 --branch "$EXIV2_VERSION" https://github.com/Exiv2/exiv2.git ext/exiv2