mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
apache 2.4.20 (fixes #826)
This commit is contained in:
parent
f3cda2cf3a
commit
1641730be2
23
apache.json
23
apache.json
@ -4,24 +4,12 @@
|
|||||||
"license": "Apache 2.0",
|
"license": "Apache 2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": [
|
"url": "https://www.apachelounge.com/download/VC14/binaries/httpd-2.4.20-win64-VC14.zip",
|
||||||
"https://www.apachelounge.com/download/VC14/binaries/httpd-2.4.20-win64-VC14.zip",
|
"hash": "5aca7e5e521c0e8aea0ac455897600c926edce4a327ffc26b22db9728ead7bac"
|
||||||
"https://raw.githubusercontent.com/MPLew-is/scoop-wamp/master/visual-c-redistributables/14/64-bit/vcruntime140.dll"
|
|
||||||
],
|
|
||||||
"hash": [
|
|
||||||
"sha256:F154A422057F5A99AD3296E4527E1D47672DA87357F3FBFD8A644B8C3E5DEA24",
|
|
||||||
"sha256:acf65e565021f2017815fc5ec8a3145cf6c15e75c132cf23a378cc943e68327c"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": [
|
"url": "https://www.apachelounge.com/download/VC14/binaries/httpd-2.4.20-win32-VC14.zip",
|
||||||
"https://www.apachelounge.com/download/VC14/binaries/httpd-2.4.20-win32-VC14.zip",
|
"hash": "a49504e044369d405b02ab0095fc56dd4dc565df09ddec51b9fd38d76edb46e9"
|
||||||
"https://raw.githubusercontent.com/MPLew-is/scoop-wamp/master/visual-c-redistributables/14/32-bit/vcruntime140.dll"
|
|
||||||
],
|
|
||||||
"hash": [
|
|
||||||
"sha256:5EBC9F372E049C6B604A5D8A3EF621B269FBF603D76385578E992CE2856AD748",
|
|
||||||
"sha256:b7c13f8519340257ba6ae3129afce961f137e394dde3e4e41971b9f912355f5e"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "Apache24",
|
"extract_dir": "Apache24",
|
||||||
@ -38,9 +26,6 @@
|
|||||||
"bin\\rotatelogs.exe"
|
"bin\\rotatelogs.exe"
|
||||||
],
|
],
|
||||||
"post_install": "
|
"post_install": "
|
||||||
#Copy needed DLL to bin subdirectory
|
|
||||||
mv \"$dir\\vcruntime140.dll\" \"$dir\\bin\\vcruntime140.dll\"
|
|
||||||
|
|
||||||
# set directory in httpd.conf
|
# set directory in httpd.conf
|
||||||
$conf = \"$dir/conf/httpd.conf\"
|
$conf = \"$dir/conf/httpd.conf\"
|
||||||
$root=(scoop which httpd | split-path -res -par | split-path -par) -replace '\\\\', '/';
|
$root=(scoop which httpd | split-path -res -par | split-path -par) -replace '\\\\', '/';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user