exiftool: Use homepage url as download url (#84)

This commit is contained in:
Hsiao-nan Cheung 2019-05-25 02:50:38 +08:00 committed by Brandon Smith
parent 4dc8eacd13
commit 7ff98584d9

View File

@ -1,19 +1,27 @@
{
"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.44",
"license": {
"identifier": "Artistic-1.0-Perl|GPL-1.0-only",
"identifier": "Artistic-1.0-Perl|GPL-1.0-or-later",
"url": "https://dev.perl.org/licenses/"
},
"url": "https://downloads.sourceforge.net/project/exiftool/exiftool-11.44.zip",
"url": "https://owl.phy.queensu.ca/~phil/exiftool/exiftool-11.44.zip",
"hash": "sha1:2b2cb77bc257f8cc30e251194beb35c2bba18bd9",
"pre_install": "Copy-Item \"$dir/exiftool(-k).exe\" \"$dir/exiftool.exe\"",
"bin": [
"exiftool.exe",
"exiftool(-k).exe"
],
"checkver": "exiftool-([\\d.]+).zip",
"checkver": {
"url": "https://owl.phy.queensu.ca/~phil/exiftool/ver.txt",
"regex": "([\\d.]+)"
},
"autoupdate": {
"url": "https://downloads.sourceforge.net/project/exiftool/exiftool-$version.zip"
"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"
}
}
}