From 1ef30b1e7f3d00ef843f39f5d2f04c418fe8f699 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 16:30:47 +0000 Subject: [PATCH] exiftool: Update to version 13.43 --- bucket/exiftool.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/exiftool.json b/bucket/exiftool.json index d5783b3267..5c62fd7f15 100644 --- a/bucket/exiftool.json +++ b/bucket/exiftool.json @@ -1,18 +1,18 @@ { - "version": "13.42", + "version": "13.43", "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.42_64.zip", - "hash": "3057f59794e45f205288b8f0ce0d75b4deaf7cdf8a728047f5fe62904a625c8c", - "extract_dir": "exiftool-13.42_64" + "url": "https://exiftool.org/exiftool-13.43_64.zip", + "hash": "ccd18928e8668bc453f8c50ece3262b03c07bb734158908358d998ec3e076f08", + "extract_dir": "exiftool-13.43_64" }, "32bit": { - "url": "https://exiftool.org/exiftool-13.42_32.zip", - "hash": "55c33c038642894b9e324e3952ba4515413d7d5f98a4b90992b8e4a3997f80e8", - "extract_dir": "exiftool-13.42_32" + "url": "https://exiftool.org/exiftool-13.43_32.zip", + "hash": "c648a0827b850c24740dc8eb3d8154b69a58ec5179fd89358f83f060a3fb404b", + "extract_dir": "exiftool-13.43_32" } }, "pre_install": "Copy-Item \"$dir\\exiftool(-k).exe\" \"$dir\\exiftool.exe\"",