ScoopInstaller_Main/bucket/exiftool.json
2024-12-17 16:31:48 +00:00

44 lines
1.5 KiB
JSON

{
"version": "13.09",
"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-13.09_64.zip",
"hash": "a5c60506e2a1fcabc96f1808695ee140877cd6ff3d623a1b8d05d0f5f23c6a3c",
"extract_dir": "exiftool-13.09_64"
},
"32bit": {
"url": "https://exiftool.org/exiftool-13.09_32.zip",
"hash": "69a5d5a50285a9378060ca79ad59918566a5faa468daf3593473033446114906",
"extract_dir": "exiftool-13.09_32"
}
},
"pre_install": "Copy-Item \"$dir\\exiftool(-k).exe\" \"$dir\\exiftool.exe\"",
"bin": [
"exiftool.exe",
"exiftool(-k).exe"
],
"checkver": {
"url": "https://exiftool.org/ver.txt",
"regex": "([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://exiftool.org/exiftool-$version_64.zip",
"extract_dir": "exiftool-$version_64"
},
"32bit": {
"url": "https://exiftool.org/exiftool-$version_32.zip",
"extract_dir": "exiftool-$version_32"
}
},
"hash": {
"url": "$baseurl/checksums.txt",
"regex": "$basename.*?$sha256"
}
}
}