ScoopInstaller_Main/bucket/exiftool.json
h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

20 lines
682 B
JSON

{
"homepage": "https://sno.phy.queensu.ca/~phil/exiftool/index.html",
"version": "11.37",
"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.37.zip",
"hash": "sha1:95276dda90f46b8527f7faca1383f6f4d8c502ee",
"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"
}
}