ScoopInstaller_Main/bucket/exiftool.json
2024-11-26 20:29:34 +00:00

44 lines
1.5 KiB
JSON

{
"version": "13.04",
"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.04_64.zip",
"hash": "d7c1e6c8297a9943fd58d41d449b8ebe58651301f8ad8d9c395bb0076f00e6f2",
"extract_dir": "exiftool-13.04_64"
},
"32bit": {
"url": "https://exiftool.org/exiftool-13.04_32.zip",
"hash": "366a2cf3fd4b74b80eb6a8adc7075a8c0176a296a98209793329788cd06e72c7",
"extract_dir": "exiftool-13.04_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"
}
}
}