mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	* Add ab (Apache HTTP server benchmarking tool) * Update bucket/ab.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --------- Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.4.57",
 | 
						|
    "description": "Apache HTTP server benchmarking tool ('ab')",
 | 
						|
    "homepage": "https://www.apachelounge.com",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://fossies.org/windows/www/httpd-2.4.57-win64-VS16.zip",
 | 
						|
            "hash": "f74e3ef944d3d8fe5db4ad353304cbaf3c038d28307697e0d12cd8f8201dbbb4"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extract_dir": "Apache24",
 | 
						|
    "pre_install": "Remove-Item \"$dir\\*\" -Exclude ab.exe,abs.exe,libcrypto*.dll,libssl*.dll,NOTICE.txt,LICENSE.txt -Recurse -Force",
 | 
						|
    "bin": [
 | 
						|
        "bin\\ab.exe",
 | 
						|
        "bin\\abs.exe"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://fossies.org/windows/www/",
 | 
						|
        "regex": "httpd-([\\d.]+)-win64-VS16\\.zip"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://fossies.org/windows/www/httpd-$version-win64-VS16.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$url_fossies.sha256"
 | 
						|
        },
 | 
						|
        "extract_dir": "Apache$majorVersion$minorVersion"
 | 
						|
    }
 | 
						|
}
 |