diff --git a/apache.json b/apache.json index b461392e03..895e735206 100644 --- a/apache.json +++ b/apache.json @@ -1,10 +1,19 @@ { "homepage": "http://www.apachelounge.com", - "version": "2.4.6", + "version": "2.4.7", "license": "Apache 2.0", - "url": "http://www.apachelounge.com/download/VC11/binaries/httpd-2.4.6-win32-VC11.zip", - "hash": "E112445A222916FF6C60F4258373CF9B427B0E9EBCEB01E67DDB7C3CECEF892B", - "extract_dir": "Apache24", + "architecture": { + "64bit": { + "url": "http://www.apachelounge.com/download/VC11/binaries/httpd-2.4.7-win64-VC11.zip", + "hash": "sha1:88A586D2794BF46952259E2C76D781246D70C057", + "extract_dir": "Apache24-winx64" + }, + "32bit": { + "url": "http://www.apachelounge.com/download/VC11/binaries/httpd-2.4.7-win32-VC11.zip", + "hash": "sha1:B155FC75A540385E18F59E391DB035318D9B21F4", + "extract_dir": "Apache24-win32" + } + }, "bin": [ "bin\\ab.exe", "bin\\abs.exe", @@ -23,4 +32,4 @@ $conf = \"$dir/conf/httpd.conf\" $root=(scoop which httpd | split-path -res -par | split-path -par) -replace '\\\\', '/'; (gc $conf) | % { $_ -replace 'c:/Apache24', \"$root\" } | sc $conf " -} \ No newline at end of file +}