ScoopInstaller_Main/bucket/exiftool.json
2019-08-29 17:00:24 +00:00

25 lines
953 B
JSON

{
"homepage": "https://sno.phy.queensu.ca/~phil/exiftool/index.html",
"description": "A command-line application for reading, writing and editing meta information in a wide variety of files.",
"version": "11.65",
"license": "GPL-1.0-or-later|Artistic-1.0-Perl",
"url": "https://owl.phy.queensu.ca/~phil/exiftool/exiftool-11.65.zip",
"hash": "sha1:9be7e19f05c66f7176664c2bc9742c5599f08f43",
"pre_install": "Copy-Item \"$dir/exiftool(-k).exe\" \"$dir/exiftool.exe\"",
"bin": [
"exiftool.exe",
"exiftool(-k).exe"
],
"checkver": {
"url": "https://owl.phy.queensu.ca/~phil/exiftool/ver.txt",
"regex": "([\\d.]+)"
},
"autoupdate": {
"url": "https://owl.phy.queensu.ca/~phil/exiftool/exiftool-$version.zip",
"hash": {
"url": "https://owl.phy.queensu.ca/~phil/exiftool/checksums.txt",
"regex": "SHA1\\($basename\\)= $sha1"
}
}
}