ScoopInstaller_Main/glide.json
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
897 B
JSON

{
"homepage": "https://github.com/Masterminds",
"license": "https://github.com/Masterminds/glide/blob/master/LICENSE",
"version": "0.12.3",
"architecture": {
"64bit": {
"url": "https://github.com/Masterminds/glide/releases/download/v0.12.3/glide-v0.12.3-windows-amd64.zip",
"hash": "5F10BC68D533269315B510DEA924724A0989598C43228B1D69ED7308B2E80406",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/Masterminds/glide/releases/download/v0.12.3/glide-v0.12.3-windows-386.zip",
"hash": "6A9082A55F1605EF75EA6862E4849D581D8883E9BF1A76872434928AEA71DE38",
"extract_dir": "windows-386"
}
},
"bin": "glide.exe",
"checkver": {
"url": "https://github.com/Masterminds/glide/releases/latest",
"re": "\/releases\/tag\/v([\\d.]+)"
}
}