Merge pull request #577 from RobBlackwell/master

Added GNU Make
This commit is contained in:
Luke Sampson 2015-11-29 08:52:25 +10:00
commit d6171b02e2
2 changed files with 26 additions and 0 deletions

14
make.json Normal file
View File

@ -0,0 +1,14 @@
{
"homepage": "http://gnuwin32.sourceforge.net/packages/make.htm",
"version": "3.81",
"license": "GPL2",
"url": [
"http://ufpr.dl.sourceforge.net/project/gnuwin32/make/3.81/make-3.81-bin.zip",
"http://ufpr.dl.sourceforge.net/project/gnuwin32/make/3.81/make-3.81-dep.zip"
],
"hash": [
"ca23bc1d9370102878d2a79a31ae70288a1cfa51928667653ffbdc28090f4123",
"15fca07f695c3a82b22d5470641c60d893d727afce47add9af4f0f7c47bab747"
],
"bin": "bin\\make.exe"
}

12
which.json Normal file
View File

@ -0,0 +1,12 @@
{
"homepage": "http://gnuwin32.sourceforge.net/packages/which.htm",
"version": "2.20",
"license": "GPL2",
"url": [
"http://ufpr.dl.sourceforge.net/project/gnuwin32/which/2.20/which-2.20-bin.zip"
],
"hash": [
"035ec15541649f75459fb81f02406c72e1129fc9041b308160938ae712a603a4"
],
"bin": "bin\\which.exe"
}