From 9964ef5a3fac3ad6c996cc9bfdaaa79b85e19124 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:28:10 +0000 Subject: [PATCH] exiftool: Update to version 13.00 --- bucket/exiftool.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/exiftool.json b/bucket/exiftool.json index cdb1129c65..2a0b7d2a8d 100644 --- a/bucket/exiftool.json +++ b/bucket/exiftool.json @@ -1,18 +1,18 @@ { - "version": "12.99", + "version": "13.00", "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-12.99_64.zip", - "hash": "9262b587148f4aa6f0a3a1dc85c3feb97138abe7e20db6ed8fc76fcb5d22e7ae", - "extract_dir": "exiftool-12.99_64" + "url": "https://exiftool.org/exiftool-13.00_64.zip", + "hash": "bca1292b39200c15728d4e111b6ca8a8f411bc15d7e0bf1786904cbd240cddc9", + "extract_dir": "exiftool-13.00_64" }, "32bit": { - "url": "https://exiftool.org/exiftool-12.99_32.zip", - "hash": "639bbe8f940714886e97f8636a40eb5f0a95e34d5a45ebc84582ddf48f68524a", - "extract_dir": "exiftool-12.99_32" + "url": "https://exiftool.org/exiftool-13.00_32.zip", + "hash": "9ce7103ba4a7ca932aedb956ebfa8f61404f6fb5c26fb809ffcddcea15ad55d0", + "extract_dir": "exiftool-13.00_32" } }, "pre_install": "Copy-Item \"$dir\\exiftool(-k).exe\" \"$dir\\exiftool.exe\"",