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

23 lines
764 B
JSON

{
"version": "0.16",
"license": "https://github.com/spf13/hugo/blob/master/LICENSE.md",
"architecture": {
"64bit": {
"url": "https://github.com/spf13/hugo/releases/download/v0.16/hugo_0.16_windows-64bit.zip",
"hash": "a3fda0bd30592e4eb3bdde85c8a8ce23a7433073536466d16fd0e97bf7794067"
},
"32bit": {
"url": "https://github.com/spf13/hugo/releases/download/v0.16/hugo_0.16_windows-32bit.zip",
"hash": "1c72d06843fe02cb62348660d87a523c885ed684a683271fc8762e7234c4210b"
}
},
"homepage": "http://gohugo.io",
"bin": [
["hugo.exe", "hugo"]
],
"checkver": {
"url": "https://github.com/spf13/hugo/releases/latest",
"re": "\/releases\/tag\/v([\\d.]+)"
}
}