Rémy 7461df9a33 Add checkver definition to many apps (#1119)
* add checkver definitions

* add script to list manifests without checkver definition
2016-11-10 13:32:59 +11:00

16 lines
440 B
JSON

{
"version": "2.3.3",
"license": "GNU",
"url": "https://files.gpg4win.org/gpg4win-2.3.3.exe#dl.7z",
"hash": "5675770b85d49cb05fd3e4bdee7528e19991be508760eef86157d1fa01f0f254",
"homepage": "https://www.gpg4win.org",
"bin": [
["gpg2.exe", "gpg", ""],
"gpg2.exe"
],
"checkver": {
"url": "https://www.gpg4win.org/get-gpg4win.html",
"re": "Download Gpg4win ([\\d.]+)"
}
}