Richard Kuhnt 5295cc0a44 Use https everywhere possible (#1086)
* Use https everywhere possible

* Update version checks
2016-10-15 08:25:02 +10:00

21 lines
642 B
JSON

{
"homepage": "https://www.gnu.org/software/make/",
"version": "4.1",
"license": "GPLv3",
"architecture": {
"64bit": {
"url": "ftp://ftp.equation.com/make/64/make.exe",
"hash": "4583831003A5245AF90B2D75300F39EB777DEC736CC62CF7131706C2BC4B89D2"
},
"32bit":{
"url": "ftp://ftp.equation.com/make/32/make.exe",
"hash": "4F01F7E63FE54F497B4FE3F4E525F56D9F1D2B0399FD8E6C5478580034C21EA4"
}
},
"bin": "make.exe",
"checkver": {
"url": "http://www.equation.com/servlet/equation.cmd?fa=make",
"re": "to download 32-bit binary of version ([\\d.]+)"
}
}