exiftool: Update to version 13.03

This commit is contained in:
github-actions[bot] 2024-11-12 20:28:15 +00:00
parent 154551cbfc
commit 140dee6d55

View File

@ -1,18 +1,18 @@
{ {
"version": "13.02", "version": "13.03",
"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.02_64.zip", "url": "https://exiftool.org/exiftool-13.03_64.zip",
"hash": "7019bc9f5abe349fa213ca4544592fefe2ab0937b324658f49acbe1b3f15ffa6", "hash": "a867b062e544e712a677378e4f05710d8a22cc20db46d1d331a1470bb6d7026d",
"extract_dir": "exiftool-13.02_64" "extract_dir": "exiftool-13.03_64"
}, },
"32bit": { "32bit": {
"url": "https://exiftool.org/exiftool-13.02_32.zip", "url": "https://exiftool.org/exiftool-13.03_32.zip",
"hash": "ba50fe2a23b8e302f9c22d40b1331ce644a5beec739393157bfb76efe4ebd36b", "hash": "81bcca6523a2b129f914f0aed6c3f26538d412922c148ed89ee9973d99578633",
"extract_dir": "exiftool-13.02_32" "extract_dir": "exiftool-13.03_32"
} }
}, },
"pre_install": "Copy-Item \"$dir\\exiftool(-k).exe\" \"$dir\\exiftool.exe\"", "pre_install": "Copy-Item \"$dir\\exiftool(-k).exe\" \"$dir\\exiftool.exe\"",