mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "9.16.10",
 | 
						|
    "description": "Versatile, classic, complete name server software.",
 | 
						|
    "homepage": "https://www.isc.org/bind/",
 | 
						|
    "license": "MPL-2.0",
 | 
						|
    "suggest": {
 | 
						|
        "vcredist": "extras/vcredist2017"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://downloads.isc.org/isc/bind9/9.16.10/BIND9.16.10.x64.zip",
 | 
						|
            "hash": "96980a4c4c6d9fb42d828f6349a361a51f03e1a8ffdd0e00708cadcee91af89f"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "installer": {
 | 
						|
        "script": [
 | 
						|
            "Remove-Item \"$dir\\BINDInstall.exe\", \"$dir\\vcredist_x*.exe\"",
 | 
						|
            "New-Item \"$dir\\bin\" -ItemType 'Directory' -Force | Out-Null",
 | 
						|
            "Move-Item \"$dir\\*.exe\", \"$dir\\*.dll\" \"$dir\\bin\" -Force",
 | 
						|
            "Remove-Item \"$dir\\*\" -Exclude 'bin'"
 | 
						|
        ]
 | 
						|
    },
 | 
						|
    "env_add_path": "bin",
 | 
						|
    "persist": "etc",
 | 
						|
    "checkver": "(?sm)Current-Stable<.*?/([\\d.]+)/",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://downloads.isc.org/isc/bind$majorVersion/$version/BIND$version.x64.zip"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |