mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
Add checkver to dos2unix and jhead (#2587)
This commit is contained in:
parent
fbc329a49b
commit
bd5c85319b
@ -18,5 +18,9 @@
|
|||||||
"bin\\mac2unix.exe",
|
"bin\\mac2unix.exe",
|
||||||
"bin\\unix2dos.exe",
|
"bin\\unix2dos.exe",
|
||||||
"bin\\unix2mac.exe"
|
"bin\\unix2mac.exe"
|
||||||
]
|
],
|
||||||
|
"checkver": {
|
||||||
|
"url": "https://waterlan.home.xs4all.nl/dos2unix.html",
|
||||||
|
"re": "Latest version: (?<version>[\\d.]+) \\([\\d\\-]+\\)"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -8,5 +8,8 @@
|
|||||||
],
|
],
|
||||||
"homepage": "http://www.sentex.net/~mwandel/jhead/",
|
"homepage": "http://www.sentex.net/~mwandel/jhead/",
|
||||||
"hash": "666e18ca6bdd85fc74b0dee6d501f06b4bf387a5567cf5ac483d47b59cfdca44",
|
"hash": "666e18ca6bdd85fc74b0dee6d501f06b4bf387a5567cf5ac483d47b59cfdca44",
|
||||||
"bin": "jhead.exe"
|
"bin": "jhead.exe",
|
||||||
|
"checkver": {
|
||||||
|
"re": "Current release version: (?<version>[\\d.]+) \\([\\w ]+\\)"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user