mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 14:11:19 +00:00
44 lines
1.5 KiB
JSON
44 lines
1.5 KiB
JSON
{
|
|
"version": "13.07",
|
|
"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.07_64.zip",
|
|
"hash": "54888760afc1bbd06a316d832c45e30ab60deb4dc4395f156fde4b93fd9bcefd",
|
|
"extract_dir": "exiftool-13.07_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://exiftool.org/exiftool-13.07_32.zip",
|
|
"hash": "4b3de4fc718cc1dffca69ea66d9d325ef0f8d2c98087a77bef9fb28dd88f0169",
|
|
"extract_dir": "exiftool-13.07_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"
|
|
}
|
|
}
|
|
}
|