From 0794110bbc51e505bcaf06e1bd8aec5f749c27f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 20:25:54 +0000 Subject: [PATCH] exiftool: Update to version 12.98 --- bucket/exiftool.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/exiftool.json b/bucket/exiftool.json index 5ce6edc834..79e670a6b4 100644 --- a/bucket/exiftool.json +++ b/bucket/exiftool.json @@ -1,18 +1,18 @@ { - "version": "12.97", + "version": "12.98", "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.97_64.zip", - "hash": "1c107e4f7e077b7f1daa3db49fd14a17f074fcf4627873cb7e349b9348a4283c", - "extract_dir": "exiftool-12.97_64" + "url": "https://exiftool.org/exiftool-12.98_64.zip", + "hash": "33b7f7ddaca5d0b94df7346f93c67dbb7f7bb75507da90fd6fd2b8e48f0b02e6", + "extract_dir": "exiftool-12.98_64" }, "32bit": { - "url": "https://exiftool.org/exiftool-12.97_32.zip", - "hash": "f409180f09637ae0d55f971511fc60d293b5d937668944f073a87c9b07b6d2c6", - "extract_dir": "exiftool-12.97_32" + "url": "https://exiftool.org/exiftool-12.98_32.zip", + "hash": "abf72b89d88622f0029c0d80e64cf77b36e47f626d332bac66dd0d114b8687e7", + "extract_dir": "exiftool-12.98_32" } }, "pre_install": "Copy-Item \"$dir\\exiftool(-k).exe\" \"$dir\\exiftool.exe\"",