ScoopInstaller_Main/exiftool.json
Ross Smith II 4897362d0c Fix various hashes + HTTPS everywhere (#1563)
* Fix various hashes

* HTTPS everywhere
2017-06-19 11:39:31 +02:00

18 lines
570 B
JSON

{
"homepage": "https://www.sno.phy.queensu.ca/~phil/exiftool/index.html",
"version": "10.56",
"license": "https://dev.perl.org/licenses/",
"url": "https://downloads.sourceforge.net/project/exiftool/exiftool-10.56.zip",
"hash": "a4a150724539441656f5840edf2731d28af4e4e604ef9b770836963404616e55",
"bin": [
[
"exiftool(-k).exe",
"exiftool"
]
],
"checkver": "exiftool-([\\d.]+).zip",
"autoupdate": {
"url": "https://downloads.sourceforge.net/project/exiftool/exiftool-$version.zip"
}
}