mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
20 lines
682 B
JSON
20 lines
682 B
JSON
{
|
|
"homepage": "https://sno.phy.queensu.ca/~phil/exiftool/index.html",
|
|
"version": "11.38",
|
|
"license": {
|
|
"identifier": "Artistic-1.0-Perl|GPL-1.0-only",
|
|
"url": "https://dev.perl.org/licenses/"
|
|
},
|
|
"url": "https://downloads.sourceforge.net/project/exiftool/exiftool-11.38.zip",
|
|
"hash": "sha1:d8eb1c648382c2645428eb39c92d7ec63f84b6f8",
|
|
"pre_install": "Copy-Item \"$dir/exiftool(-k).exe\" \"$dir/exiftool.exe\"",
|
|
"bin": [
|
|
"exiftool.exe",
|
|
"exiftool(-k).exe"
|
|
],
|
|
"checkver": "exiftool-([\\d.]+).zip",
|
|
"autoupdate": {
|
|
"url": "https://downloads.sourceforge.net/project/exiftool/exiftool-$version.zip"
|
|
}
|
|
}
|