From fc5b6bf7be9107d03f6e187148addcf2085a3e65 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 20:30:15 +0000 Subject: [PATCH] exiftool: Update to version 13.06 --- bucket/exiftool.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/exiftool.json b/bucket/exiftool.json index 5191387b2f..764e8e5362 100644 --- a/bucket/exiftool.json +++ b/bucket/exiftool.json @@ -1,18 +1,18 @@ { - "version": "13.05", + "version": "13.06", "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.05_64.zip", - "hash": "de4de33a55050109b620ebcdf0df454086d18d558e0abab36e4078c4e398946d", - "extract_dir": "exiftool-13.05_64" + "url": "https://exiftool.org/exiftool-13.06_64.zip", + "hash": "a9646db62fc16cd59d3e894879f2153517dd0d27a6ab38902f5f39478e43f4fd", + "extract_dir": "exiftool-13.06_64" }, "32bit": { - "url": "https://exiftool.org/exiftool-13.05_32.zip", - "hash": "2f9c791da825b116860f33f2cb509b395b2e36691a0490262490c3a4396ac920", - "extract_dir": "exiftool-13.05_32" + "url": "https://exiftool.org/exiftool-13.06_32.zip", + "hash": "cd368f6fa4c2da52e350bf611e9aeb4ff89ef1b15644df7b5f0158117f9b26c1", + "extract_dir": "exiftool-13.06_32" } }, "pre_install": "Copy-Item \"$dir\\exiftool(-k).exe\" \"$dir\\exiftool.exe\"",