From 09eda2e2f600d7d716b6431bfd599e09911c71d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 16:31:32 +0000 Subject: [PATCH] exiftool: Update to version 13.15 --- bucket/exiftool.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/exiftool.json b/bucket/exiftool.json index d82167042f..4fd8e431fe 100644 --- a/bucket/exiftool.json +++ b/bucket/exiftool.json @@ -1,18 +1,18 @@ { - "version": "13.14", + "version": "13.15", "description": "A command-line application for reading, writing and editing meta information in a wide variety of files.", "homepage": "https://exiftool.org", "license": "GPL-1.0-or-later|Artistic-1.0-Perl", "architecture": { "64bit": { - "url": "https://exiftool.org/exiftool-13.14_64.zip", - "hash": "b525c385783f4579a546ab926aca1d1c624579d4e8dc83d2fccedb31d80ebc5e", - "extract_dir": "exiftool-13.14_64" + "url": "https://exiftool.org/exiftool-13.15_64.zip", + "hash": "f42ae797842f24d2fc86c058c5ed9b6cbf2f7f9141365a865349de8406e50b45", + "extract_dir": "exiftool-13.15_64" }, "32bit": { - "url": "https://exiftool.org/exiftool-13.14_32.zip", - "hash": "f95f8ad97cdec06c0347b92166dc252fb47cf2499022faae9b403fea52650050", - "extract_dir": "exiftool-13.14_32" + "url": "https://exiftool.org/exiftool-13.15_32.zip", + "hash": "4d7c8fec6b88ebd694939238a24c82b786847eb9beee83c7fda9d4eab35d5129", + "extract_dir": "exiftool-13.15_32" } }, "pre_install": "Copy-Item \"$dir\\exiftool(-k).exe\" \"$dir\\exiftool.exe\"",