From 5ce3a3ac882c4eaaea1c3032d23d48344a87c9bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 20:29:49 +0000 Subject: [PATCH] exiftool: Update to version 13.46 --- bucket/exiftool.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/exiftool.json b/bucket/exiftool.json index 43ceaa6b56..fb6e0b9db6 100644 --- a/bucket/exiftool.json +++ b/bucket/exiftool.json @@ -1,18 +1,18 @@ { - "version": "13.45", + "version": "13.46", "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.45_64.zip", - "hash": "cd696d91703772738287fc5af0bcd50bfdeb39e4acf1fe4b7ecdebc375523df2", - "extract_dir": "exiftool-13.45_64" + "url": "https://exiftool.org/exiftool-13.46_64.zip", + "hash": "fe6cca8dd7a91cd9fda0bb97f28384df0f19e2bf1086d6ce1c11603728d647fb", + "extract_dir": "exiftool-13.46_64" }, "32bit": { - "url": "https://exiftool.org/exiftool-13.45_32.zip", - "hash": "96d031350ee0df84c56909e1a20fa4a1b02324f883d1bf373cfc6fba4f04f52b", - "extract_dir": "exiftool-13.45_32" + "url": "https://exiftool.org/exiftool-13.46_32.zip", + "hash": "12b9d65111943034122614931288d1708cdf5fc38a6ec0605297da8ea4589bae", + "extract_dir": "exiftool-13.46_32" } }, "pre_install": "Copy-Item \"$dir\\exiftool(-k).exe\" \"$dir\\exiftool.exe\"",