Add checkver to dos2unix and jhead (#2587)

This commit is contained in:
Leon Yu 2018-09-13 06:48:00 -04:00 committed by Richard Kuhnt
parent fbc329a49b
commit bd5c85319b
2 changed files with 9 additions and 2 deletions

View File

@ -18,5 +18,9 @@
"bin\\mac2unix.exe",
"bin\\unix2dos.exe",
"bin\\unix2mac.exe"
]
],
"checkver": {
"url": "https://waterlan.home.xs4all.nl/dos2unix.html",
"re": "Latest version: (?<version>[\\d.]+) \\([\\d\\-]+\\)"
}
}

View File

@ -8,5 +8,8 @@
],
"homepage": "http://www.sentex.net/~mwandel/jhead/",
"hash": "666e18ca6bdd85fc74b0dee6d501f06b4bf387a5567cf5ac483d47b59cfdca44",
"bin": "jhead.exe"
"bin": "jhead.exe",
"checkver": {
"re": "Current release version: (?<version>[\\d.]+) \\([\\w ]+\\)"
}
}