checkver for exiftool

This commit is contained in:
Sergey 2017-03-17 21:51:51 +03:00 committed by GitHub
parent 78ffea41fd
commit d7e3a7a9f3

View File

@ -1,10 +1,11 @@
{ {
"homepage": "http://www.sno.phy.queensu.ca/~phil/exiftool/index.html", "homepage": "http://www.sno.phy.queensu.ca/~phil/exiftool/index.html",
"version": "10.46", "version": "10.46",
"license": "http://dev.perl.org/licenses/", "license": "http://dev.perl.org/licenses/",
"url": "https://downloads.sourceforge.net/project/exiftool/exiftool-10.46.zip", "url": "https://downloads.sourceforge.net/project/exiftool/exiftool-10.46.zip",
"hash": "1258490d42368887d92654fe2ed2475fe99acf684827fb3e73cda4f0d2c3ef09", "hash": "1258490d42368887d92654fe2ed2475fe99acf684827fb3e73cda4f0d2c3ef09",
"bin": [ "bin": [
["exiftool(-k).exe", "exiftool"] ["exiftool(-k).exe", "exiftool"]
] ],
"checkver": "exiftool-([\\d.]+).zip"
} }