jhead: Bumped to 3.02 (#2909)

- Add autoupdate
This commit is contained in:
Jakub Čábera 2018-12-16 18:57:00 +01:00 committed by Richard Kuhnt
parent 13a468f84f
commit 5cc09665de

View File

@ -1,15 +1,14 @@
{
"version": "3.00",
"version": "3.02",
"description": "JPEG Exif header manipulation tool",
"license": "Public Domain",
"url": "http://www.sentex.net/~mwandel/jhead/jhead.exe",
"depends": [
"mozjpeg"
],
"homepage": "http://www.sentex.net/~mwandel/jhead/",
"hash": "666e18ca6bdd85fc74b0dee6d501f06b4bf387a5567cf5ac483d47b59cfdca44",
"license": "Public Domain",
"depends": "mozjpeg",
"url": "http://www.sentex.net/~mwandel/jhead/jhead.exe",
"hash": "140b9a7a08903c02a757e389c5896d8c74be25dc164471af0fab9e960647e037",
"bin": "jhead.exe",
"checkver": {
"re": "Current release version: (?<version>[\\d.]+) \\([\\w ]+\\)"
"checkver": "Current release version: ([\\d\\.]+) \\(",
"autoupdate": {
"url": "http://www.sentex.net/~mwandel/jhead/jhead.exe"
}
}