ScoopInstaller_Main/exiftool.json
2019-02-14 18:00:48 +00:00

20 lines
682 B
JSON

{
"homepage": "https://sno.phy.queensu.ca/~phil/exiftool/index.html",
"version": "11.27",
"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.27.zip",
"hash": "sha1:5170c6b4c197a1138aa2519bed6371f47e98acdd",
"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"
}
}