ScoopInstaller_Main/bucket/exiftool.json
2025-01-25 20:26:39 +00:00

44 lines
1.5 KiB
JSON

{
"version": "13.16",
"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.16_64.zip",
"hash": "3278485e9f4f566f4daa01108e6c43f521be343aa5e375d8ae0232586a6c8bad",
"extract_dir": "exiftool-13.16_64"
},
"32bit": {
"url": "https://exiftool.org/exiftool-13.16_32.zip",
"hash": "c0c5abc616206b8c71357453e9d6fab5073bc0b362b9a2ef1ef24ee184a775da",
"extract_dir": "exiftool-13.16_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"
}
}
}