mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
(apache|ab)@2.4.58: Fix unreachable URL (#5208)
ab@2.4.58: old version was not reachable Co-authored-by: 付伟杰 <wjfu@wisedu.com>
This commit is contained in:
parent
ea279be929
commit
c99c14f07c
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"version": "2.4.57",
|
"version": "2.4.58",
|
||||||
"description": "Apache HTTP server benchmarking tool ('ab')",
|
"description": "Apache HTTP server benchmarking tool ('ab')",
|
||||||
"homepage": "https://www.apachelounge.com",
|
"homepage": "https://www.apachelounge.com",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://fossies.org/windows/www/httpd-2.4.57-win64-VS16.zip",
|
"url": "https://fossies.org/windows/www/httpd-2.4.58-win64-VS17.zip",
|
||||||
"hash": "f74e3ef944d3d8fe5db4ad353304cbaf3c038d28307697e0d12cd8f8201dbbb4"
|
"hash": "e9a179ad4767c595be55024ee0415a96ae522f492deca4b0d54cf136ff2b092c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "Apache24",
|
"extract_dir": "Apache24",
|
||||||
@ -17,12 +17,12 @@
|
|||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://fossies.org/windows/www/",
|
"url": "https://fossies.org/windows/www/",
|
||||||
"regex": "httpd-([\\d.]+)-win64-VS16\\.zip"
|
"regex": "httpd-([\\d.]+)-win64-VS17\\.zip"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://fossies.org/windows/www/httpd-$version-win64-VS16.zip"
|
"url": "https://fossies.org/windows/www/httpd-$version-win64-VS17.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"version": "2.4.57",
|
"version": "2.4.58",
|
||||||
"description": "The Apache HTTP Server ('httpd')",
|
"description": "The Apache HTTP Server ('httpd')",
|
||||||
"homepage": "https://www.apachelounge.com",
|
"homepage": "https://www.apachelounge.com",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://fossies.org/windows/www/httpd-2.4.57-win64-VS16.zip",
|
"url": "https://fossies.org/windows/www/httpd-2.4.58-win64-VS17.zip",
|
||||||
"hash": "f74e3ef944d3d8fe5db4ad353304cbaf3c038d28307697e0d12cd8f8201dbbb4"
|
"hash": "e9a179ad4767c595be55024ee0415a96ae522f492deca4b0d54cf136ff2b092c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "Apache24",
|
"extract_dir": "Apache24",
|
||||||
@ -35,12 +35,12 @@
|
|||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://fossies.org/windows/www/",
|
"url": "https://fossies.org/windows/www/",
|
||||||
"regex": "httpd-([\\d.]+)-win64-VS16\\.zip"
|
"regex": "httpd-([\\d.]+)-win64-VS17\\.zip"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://fossies.org/windows/www/httpd-$version-win64-VS16.zip"
|
"url": "https://fossies.org/windows/www/httpd-$version-win64-VS17.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user