ScoopInstaller_Main/bucket/exiftool.json
2024-09-01 20:26:26 +00:00

44 lines
1.5 KiB
JSON

{
"version": "12.96",
"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.96_64.zip",
"hash": "a4e97789632c7f288a862f609c462631757353894a9ceb2091c972f085816d58",
"extract_dir": "exiftool-12.96_64"
},
"32bit": {
"url": "https://exiftool.org/exiftool-12.96_32.zip",
"hash": "2ad11c5267e7cf57134994e9682c116da675e7fb0c4e77fc9098ba547f9c88fa",
"extract_dir": "exiftool-12.96_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"
}
}
}