mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
Use VC15 version for apache (fixes #1570)
This commit is contained in:
parent
822d292912
commit
595928a374
12
apache.json
12
apache.json
@ -4,12 +4,12 @@
|
|||||||
"license": "Apache 2.0",
|
"license": "Apache 2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://www.apachelounge.com/download/VC14/binaries/httpd-2.4.27-win64-VC14.zip",
|
"url": "https://www.apachelounge.com/download/VC15/binaries/httpd-2.4.27-Win64-VC15.zip",
|
||||||
"hash": "24475FA957495F5D9847B941349E4A416B8175540041BB1649C453EE07A8A15C"
|
"hash": "6d827bf08bc73c45f2471794b75d7a70907a5274a4515285e5b62774331539fc"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://www.apachelounge.com/download/VC14/binaries/httpd-2.4.27-win32-VC14.zip",
|
"url": "https://www.apachelounge.com/download/VC15/binaries/httpd-2.4.27-Win32-VC15.zip",
|
||||||
"hash": "200A26D83C1494657E80FE4A1F513DD20430122EF9D4CE0920B87916575B1704"
|
"hash": "7ba98a25964b27bca693699f9b563b6de1c7b79525f76befcbec327331b8c6b7"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "Apache24",
|
"extract_dir": "Apache24",
|
||||||
@ -42,10 +42,10 @@ $root=(scoop which httpd | split-path -res -par | split-path -par) -replace '\\\
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://www.apachelounge.com/download/VC14/binaries/httpd-$version-win64-VC14.zip"
|
"url": "https://www.apachelounge.com/download/VC15/binaries/httpd-$version-win64-VC15.zip"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://www.apachelounge.com/download/VC14/binaries/httpd-$version-win32-VC14.zip"
|
"url": "https://www.apachelounge.com/download/VC15/binaries/httpd-$version-win32-VC15.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user