mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-18 13:21:19 +00:00
44 lines
1.5 KiB
JSON
44 lines
1.5 KiB
JSON
{
|
|
"version": "13.43",
|
|
"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.43_64.zip",
|
|
"hash": "ccd18928e8668bc453f8c50ece3262b03c07bb734158908358d998ec3e076f08",
|
|
"extract_dir": "exiftool-13.43_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://exiftool.org/exiftool-13.43_32.zip",
|
|
"hash": "c648a0827b850c24740dc8eb3d8154b69a58ec5179fd89358f83f060a3fb404b",
|
|
"extract_dir": "exiftool-13.43_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"
|
|
}
|
|
}
|
|
}
|