mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
This leads to more consistent license properties and allows for easier automated parsing. https://spdx.org/licenses/
21 lines
673 B
JSON
21 lines
673 B
JSON
{
|
|
"homepage": "https://www.gnu.org/software/make/",
|
|
"version": "4.2",
|
|
"license": "GPL-3.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "ftp://ftp.equation.com/make/64/make.exe",
|
|
"hash": "9a9a1bc6276739478bd62678099b00e07275bb3562d19d14991b72c6876cdfcc"
|
|
},
|
|
"32bit": {
|
|
"url": "ftp://ftp.equation.com/make/32/make.exe",
|
|
"hash": "4a3ee37a813c9c8e1c00db3a84e158a3bf54ebae3ec0a7656ac9e9733d4097cc"
|
|
}
|
|
},
|
|
"bin": "make.exe",
|
|
"checkver": {
|
|
"url": "http://www.equation.com/servlet/equation.cmd?fa=make",
|
|
"re": "to download 32-bit binary of version ([\\d.]+)"
|
|
}
|
|
}
|