From e6781ed240e3954b7f835b04c8c56ad314d11f72 Mon Sep 17 00:00:00 2001 From: Ibrahim Hatoum Date: Wed, 19 Aug 2015 16:05:49 -0400 Subject: [PATCH 1/2] Update apache.json Fixed Apache file location. Upgraded Apache to 2.4.16 --- apache.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apache.json b/apache.json index 46a3b519eb..7adf946d14 100644 --- a/apache.json +++ b/apache.json @@ -1,8 +1,8 @@ { "homepage": "http://www.apachelounge.com", - "version": "2.4.12", + "version": "2.4.16", "license": "Apache 2.0", - "url": "http://www.apachelounge.com/download/VC11/binaries/httpd-2.4.12-win32-VC11.zip", + "url": "http://www.apachelounge.com/download/VC11/binaries/httpd-2.4.16-win32-VC11.zip", "hash": "DBA963DB9819CD2AE3CB0E970F4159E199981F9BA0B33C537395C6AE1222951D", "extract_dir": "Apache24", "bin": [ From e3e820f67ce3653538a45e2876edfad98444ed8b Mon Sep 17 00:00:00 2001 From: Ibrahim Hatoum Date: Thu, 20 Aug 2015 11:46:03 -0400 Subject: [PATCH 2/2] Updated hash --- apache.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apache.json b/apache.json index 7adf946d14..7d53e33efc 100644 --- a/apache.json +++ b/apache.json @@ -3,7 +3,7 @@ "version": "2.4.16", "license": "Apache 2.0", "url": "http://www.apachelounge.com/download/VC11/binaries/httpd-2.4.16-win32-VC11.zip", - "hash": "DBA963DB9819CD2AE3CB0E970F4159E199981F9BA0B33C537395C6AE1222951D", + "hash": "8AD891742E985DB1B7785B49E2C9D517CC953691B4355EE178ECCB58DEED3C0D", "extract_dir": "Apache24", "bin": [ "bin\\ab.exe", @@ -25,6 +25,6 @@ $root=(scoop which httpd | split-path -res -par | split-path -par) -replace '\\\ ", "checkver": { "url": "http://www.apachelounge.com/download/", - "re": "Apache ([0-9\\.]+) Win64" + "re": "Apache ([0-9\\.]+) Win32" } }