From 5ed053cb4dc6562a7d70f795696fdc06e6e5f776 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 04:29:18 +0000 Subject: [PATCH] exiftool: Update to version 12.99 --- bucket/exiftool.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/exiftool.json b/bucket/exiftool.json index 79e670a6b4..cdb1129c65 100644 --- a/bucket/exiftool.json +++ b/bucket/exiftool.json @@ -1,18 +1,18 @@ { - "version": "12.98", + "version": "12.99", "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.98_64.zip", - "hash": "33b7f7ddaca5d0b94df7346f93c67dbb7f7bb75507da90fd6fd2b8e48f0b02e6", - "extract_dir": "exiftool-12.98_64" + "url": "https://exiftool.org/exiftool-12.99_64.zip", + "hash": "9262b587148f4aa6f0a3a1dc85c3feb97138abe7e20db6ed8fc76fcb5d22e7ae", + "extract_dir": "exiftool-12.99_64" }, "32bit": { - "url": "https://exiftool.org/exiftool-12.98_32.zip", - "hash": "abf72b89d88622f0029c0d80e64cf77b36e47f626d332bac66dd0d114b8687e7", - "extract_dir": "exiftool-12.98_32" + "url": "https://exiftool.org/exiftool-12.99_32.zip", + "hash": "639bbe8f940714886e97f8636a40eb5f0a95e34d5a45ebc84582ddf48f68524a", + "extract_dir": "exiftool-12.99_32" } }, "pre_install": "Copy-Item \"$dir\\exiftool(-k).exe\" \"$dir\\exiftool.exe\"",