From 5cc09665de7bad489ff73c856a9a529c9a027741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 16 Dec 2018 18:57:00 +0100 Subject: [PATCH] jhead: Bumped to 3.02 (#2909) - Add autoupdate --- jhead.json | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/jhead.json b/jhead.json index 3b950d2de0..683d30ac31 100644 --- a/jhead.json +++ b/jhead.json @@ -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: (?[\\d.]+) \\([\\w ]+\\)" + "checkver": "Current release version: ([\\d\\.]+) \\(", + "autoupdate": { + "url": "http://www.sentex.net/~mwandel/jhead/jhead.exe" } }