Rashil Gandhi c35bbf9299
chore: Update some very old apps (#3080)
* chore: Update some very old apps

* fix checkver url
2021-12-13 23:06:23 +05:30

17 lines
647 B
JSON

{
"version": "4.3",
"description": "Build automation tool.",
"homepage": "https://www.gnu.org/software/make/",
"license": "GPL-3.0-or-later",
"url": "https://downloads.sourceforge.net/project/ezwinports/make-4.3-without-guile-w32-bin.zip",
"hash": "sha1:7d778f56b4ecaa98fd98fa28e7d2630a7680fa7d",
"bin": "bin\\make.exe",
"checkver": {
"url": "https://sourceforge.net/projects/ezwinports/files",
"regex": "/files/make-([\\d.]+)-without-guile-w32-bin.zip"
},
"autoupdate": {
"url": "https://downloads.sourceforge.net/project/ezwinports/make-$version-without-guile-w32-bin.zip"
}
}