mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			56 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://www.apachelounge.com",
 | 
						|
    "version": "2.4.35",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://fossies.org/windows/www/httpd-2.4.35-win64-VC15.zip",
 | 
						|
            "hash": "eb9a6223a2ed5110887460a3ffa6d43cb146041f741a0aedc7bc2f707cf6cb61"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://fossies.org/windows/www/httpd-2.4.35-win32-VC15.zip",
 | 
						|
            "hash": "3310aceb84623d8235002619fa965c3692107f759d75ea1e44623fd6f6b43225"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extract_dir": "Apache24",
 | 
						|
    "persist": [
 | 
						|
        "htdocs",
 | 
						|
        "conf"
 | 
						|
    ],
 | 
						|
    "bin": [
 | 
						|
        "bin\\ab.exe",
 | 
						|
        "bin\\abs.exe",
 | 
						|
        "bin\\htcacheclean.exe",
 | 
						|
        "bin\\htdbm.exe",
 | 
						|
        "bin\\htdigest.exe",
 | 
						|
        "bin\\htpasswd.exe",
 | 
						|
        "bin\\httpd.exe",
 | 
						|
        "bin\\httxt2dbm.exe",
 | 
						|
        "bin\\logresolve.exe",
 | 
						|
        "bin\\rotatelogs.exe"
 | 
						|
    ],
 | 
						|
    "post_install": [
 | 
						|
        "# set directory in httpd.conf",
 | 
						|
        "$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"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://fossies.org/search?q=folder_search&q1=httpd&ad=%2Ffresh%2Fwindows%2Fwww&ca=yes&dp=1",
 | 
						|
        "re": "httpd-([\\d.]+)-win64-VC15.zip"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://fossies.org/windows/www/httpd-$version-win64-VC15.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://fossies.org/windows/www/httpd-$version-win32-VC15.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$url_fossies.sha256"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |