exiftool: Update to version 13.05

This commit is contained in:
github-actions[bot] 2024-12-04 20:29:38 +00:00
parent 3c83c274b8
commit 9d3cfd4673

View File

@ -1,18 +1,18 @@
{ {
"version": "13.04", "version": "13.05",
"description": "A command-line application for reading, writing and editing meta information in a wide variety of files.", "description": "A command-line application for reading, writing and editing meta information in a wide variety of files.",
"homepage": "https://exiftool.org", "homepage": "https://exiftool.org",
"license": "GPL-1.0-or-later|Artistic-1.0-Perl", "license": "GPL-1.0-or-later|Artistic-1.0-Perl",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://exiftool.org/exiftool-13.04_64.zip", "url": "https://exiftool.org/exiftool-13.05_64.zip",
"hash": "d7c1e6c8297a9943fd58d41d449b8ebe58651301f8ad8d9c395bb0076f00e6f2", "hash": "de4de33a55050109b620ebcdf0df454086d18d558e0abab36e4078c4e398946d",
"extract_dir": "exiftool-13.04_64" "extract_dir": "exiftool-13.05_64"
}, },
"32bit": { "32bit": {
"url": "https://exiftool.org/exiftool-13.04_32.zip", "url": "https://exiftool.org/exiftool-13.05_32.zip",
"hash": "366a2cf3fd4b74b80eb6a8adc7075a8c0176a296a98209793329788cd06e72c7", "hash": "2f9c791da825b116860f33f2cb509b395b2e36691a0490262490c3a4396ac920",
"extract_dir": "exiftool-13.04_32" "extract_dir": "exiftool-13.05_32"
} }
}, },
"pre_install": "Copy-Item \"$dir\\exiftool(-k).exe\" \"$dir\\exiftool.exe\"", "pre_install": "Copy-Item \"$dir\\exiftool(-k).exe\" \"$dir\\exiftool.exe\"",