make: Use ezwinports release and update to version 4.2.1

close #90
This commit is contained in:
Richard Kuhnt 2019-05-27 12:07:22 +02:00
parent 605ec43c83
commit 3301605eb8

View File

@ -1,20 +1,15 @@
{ {
"homepage": "https://www.gnu.org/software/make/", "homepage": "https://www.gnu.org/software/make/",
"version": "4.2", "version": "4.2.1",
"license": "GPL-3.0", "license": "GPL-3.0",
"architecture": { "url": "https://downloads.sourceforge.net/project/ezwinports/make-4.2.1-without-guile-w32-bin.zip",
"64bit": { "hash": "sha1:55bac1137212656fccbcf9640e422ac869924d98",
"url": "ftp://ftp.equation.com/make/64/make.exe", "bin": "bin\\make.exe",
"hash": "9a9a1bc6276739478bd62678099b00e07275bb3562d19d14991b72c6876cdfcc"
},
"32bit": {
"url": "ftp://ftp.equation.com/make/32/make.exe",
"hash": "4a3ee37a813c9c8e1c00db3a84e158a3bf54ebae3ec0a7656ac9e9733d4097cc"
}
},
"bin": "make.exe",
"checkver": { "checkver": {
"url": "http://www.equation.com/servlet/equation.cmd?fa=make", "url": "https://chocolatey.org/packages/make",
"re": "to download 32-bit binary of version ([\\d.]+)" "regex": "(?i:make).([\\d.]+).nupkg"
},
"autoupdate": {
"url": "https://downloads.sourceforge.net/project/ezwinports/make-$version-without-guile-w32-bin.zip"
} }
} }