mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 15:11:30 +00:00
21 lines
642 B
JSON
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.]+)"
|
|
}
|
|
}
|