ScoopInstaller_Main/bucket/exiftool.json
2024-08-20 20:27:42 +00:00

44 lines
1.5 KiB
JSON

{
"version": "12.93",
"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.93_64.zip",
"hash": "3d91b55c643490230c77308fb1b562c5dd5adbbb513a9740a300acdf72a46c31",
"extract_dir": "exiftool-12.93_64"
},
"32bit": {
"url": "https://exiftool.org/exiftool-12.93_32.zip",
"hash": "e45da52ff1c35e2a999b0d0afaf7aede4f3100a88adbb12c4e938b8b3499f7ab",
"extract_dir": "exiftool-12.93_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"
}
}
}