diff --git a/bucket/make.json b/bucket/make.json index 51b6ce6b09..addc1ee777 100644 --- a/bucket/make.json +++ b/bucket/make.json @@ -1,20 +1,15 @@ { "homepage": "https://www.gnu.org/software/make/", - "version": "4.2", + "version": "4.2.1", "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", + "url": "https://downloads.sourceforge.net/project/ezwinports/make-4.2.1-without-guile-w32-bin.zip", + "hash": "sha1:55bac1137212656fccbcf9640e422ac869924d98", + "bin": "bin\\make.exe", "checkver": { - "url": "http://www.equation.com/servlet/equation.cmd?fa=make", - "re": "to download 32-bit binary of version ([\\d.]+)" + "url": "https://chocolatey.org/packages/make", + "regex": "(?i:make).([\\d.]+).nupkg" + }, + "autoupdate": { + "url": "https://downloads.sourceforge.net/project/ezwinports/make-$version-without-guile-w32-bin.zip" } }