exiftool: Move to exiftool.org (#632)

* exiftool: Move to exiftool.org

* Update bucket/exiftool.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
Ross Smith II 2019-12-03 14:36:59 -08:00 committed by GitHub
parent 8c9108ec5f
commit da8d163ded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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