mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 13:11:22 +00:00
44 lines
1.5 KiB
JSON
44 lines
1.5 KiB
JSON
{
|
|
"version": "13.12",
|
|
"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.12_64.zip",
|
|
"hash": "2e83369226beb3bbb1fd1e485b9d2a5c5f6de2ca4fcfb8db182c96dd8ac52c87",
|
|
"extract_dir": "exiftool-13.12_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://exiftool.org/exiftool-13.12_32.zip",
|
|
"hash": "90d840cd0778e17fa37e21492723e66b2daee4fd50907f4ebc8e44f80d273c73",
|
|
"extract_dir": "exiftool-13.12_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"
|
|
}
|
|
}
|
|
}
|