mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-21 08:01:19 +00:00
25 lines
825 B
JSON
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.93",
|
|
"license": "GPL-1.0-or-later|Artistic-1.0-Perl",
|
|
"url": "https://exiftool.org/exiftool-11.93.zip",
|
|
"hash": "sha1:8ffff789f18af2e29d26e754e7fec9ebd027f01d",
|
|
"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"
|
|
}
|
|
}
|
|
}
|