ScoopInstaller_Main/bucket/exiftool.json
2020-01-28 16:01:53 +00:00

25 lines
825 B
JSON

{
"homepage": "https://exiftool.org",
"description": "A command-line application for reading, writing and editing meta information in a wide variety of files.",
"version": "11.85",
"license": "GPL-1.0-or-later|Artistic-1.0-Perl",
"url": "https://exiftool.org/exiftool-11.85.zip",
"hash": "sha1:4807dd8c2525c8de37e94f51379acf3ea665cb21",
"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": {
"url": "https://exiftool.org/exiftool-$version.zip",
"hash": {
"url": "$baseurl/checksums.txt",
"regex": "SHA1\\($basename\\)= $sha1"
}
}
}