ScoopInstaller_Main/bucket/exiftool.json
Ross Smith II da8d163ded
exiftool: Move to exiftool.org (#632)
* exiftool: Move to exiftool.org

* Update bucket/exiftool.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
2019-12-03 14:36:59 -08:00

25 lines
825 B
JSON

{
"homepage": "https://exiftool.org",
"description": "A command-line application for reading, writing and editing meta information in a wide variety of files.",
"version": "11.77",
"license": "GPL-1.0-or-later|Artistic-1.0-Perl",
"url": "https://exiftool.org/exiftool-11.77.zip",
"hash": "sha1:67f51d9e1d27f69069a7b950274f392dd65a254b",
"pre_install": "Copy-Item \"$dir/exiftool(-k).exe\" \"$dir/exiftool.exe\"",
"bin": [
"exiftool.exe",
"exiftool(-k).exe"
],
"checkver": {
"url": "https://exiftool.org/ver.txt",
"regex": "([\\d.]+)"
},
"autoupdate": {
"url": "https://exiftool.org/exiftool-$version.zip",
"hash": {
"url": "$baseurl/checksums.txt",
"regex": "SHA1\\($basename\\)= $sha1"
}
}
}