From b5034a488b6c297b61f9d0fb6a3682c7b5f3afff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 20:30:24 +0000 Subject: [PATCH] exiftool: Update to version 13.07 --- bucket/exiftool.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/exiftool.json b/bucket/exiftool.json index 764e8e5362..82ffff1752 100644 --- a/bucket/exiftool.json +++ b/bucket/exiftool.json @@ -1,18 +1,18 @@ { - "version": "13.06", + "version": "13.07", "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.06_64.zip", - "hash": "a9646db62fc16cd59d3e894879f2153517dd0d27a6ab38902f5f39478e43f4fd", - "extract_dir": "exiftool-13.06_64" + "url": "https://exiftool.org/exiftool-13.07_64.zip", + "hash": "54888760afc1bbd06a316d832c45e30ab60deb4dc4395f156fde4b93fd9bcefd", + "extract_dir": "exiftool-13.07_64" }, "32bit": { - "url": "https://exiftool.org/exiftool-13.06_32.zip", - "hash": "cd368f6fa4c2da52e350bf611e9aeb4ff89ef1b15644df7b5f0158117f9b26c1", - "extract_dir": "exiftool-13.06_32" + "url": "https://exiftool.org/exiftool-13.07_32.zip", + "hash": "4b3de4fc718cc1dffca69ea66d9d325ef0f8d2c98087a77bef9fb28dd88f0169", + "extract_dir": "exiftool-13.07_32" } }, "pre_install": "Copy-Item \"$dir\\exiftool(-k).exe\" \"$dir\\exiftool.exe\"",