From 60a79bca5d633d975ad92906175f511f632886dd Mon Sep 17 00:00:00 2001 From: Rob Blackwell Date: Sat, 28 Nov 2015 11:59:30 +0000 Subject: [PATCH 1/2] Added GNU Make --- make.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 make.json diff --git a/make.json b/make.json new file mode 100644 index 0000000000..cb6596e1e3 --- /dev/null +++ b/make.json @@ -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" +} \ No newline at end of file From 8c949eea3b9a5f66fd7756f7ee74fbb6b7e05180 Mon Sep 17 00:00:00 2001 From: Rob Blackwell Date: Sat, 28 Nov 2015 12:01:40 +0000 Subject: [PATCH 2/2] Added GNU which --- which.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 which.json diff --git a/which.json b/which.json new file mode 100644 index 0000000000..5309aaf06c --- /dev/null +++ b/which.json @@ -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" +} \ No newline at end of file