mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			69 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			69 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "9.16.38",
 | 
						|
    "description": "Versatile, classic, complete name server software.",
 | 
						|
    "homepage": "https://www.isc.org/bind/",
 | 
						|
    "license": "MPL-2.0",
 | 
						|
    "notes": "The 9.16 branch is the last stable Windows release of BIND. It is recommended to use the latest stable version through WSL instead. Please read the following for more info: https://www.isc.org/blogs/bind-update-summer2021/",
 | 
						|
    "suggest": {
 | 
						|
        "vcredist": "extras/vcredist2022"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://downloads.isc.org/isc/bind9/9.16.38/BIND9.16.38.x64.zip",
 | 
						|
            "hash": "e6c0c4c485782b21e492be0a47c37e907c726487d65d08a3e9208394a1ad4191"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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'"
 | 
						|
        ]
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "bin\\arpaname.exe",
 | 
						|
        "bin\\ddns-confgen.exe",
 | 
						|
        "bin\\delv.exe",
 | 
						|
        "bin\\dig.exe",
 | 
						|
        "bin\\dnssec-cds.exe",
 | 
						|
        "bin\\dnssec-dsfromkey.exe",
 | 
						|
        "bin\\dnssec-importkey.exe",
 | 
						|
        "bin\\dnssec-keyfromlabel.exe",
 | 
						|
        "bin\\dnssec-keygen.exe",
 | 
						|
        "bin\\dnssec-revoke.exe",
 | 
						|
        "bin\\dnssec-settime.exe",
 | 
						|
        "bin\\dnssec-signzone.exe",
 | 
						|
        "bin\\dnssec-verify.exe",
 | 
						|
        "bin\\host.exe",
 | 
						|
        "bin\\mdig.exe",
 | 
						|
        "bin\\named-checkconf.exe",
 | 
						|
        "bin\\named-checkzone.exe",
 | 
						|
        "bin\\named-compilezone.exe",
 | 
						|
        "bin\\named-journalprint.exe",
 | 
						|
        "bin\\named-rrchecker.exe",
 | 
						|
        "bin\\named.exe",
 | 
						|
        "bin\\nsec3hash.exe",
 | 
						|
        [
 | 
						|
            "bin\\nslookup.exe",
 | 
						|
            "nslookup-bind"
 | 
						|
        ],
 | 
						|
        "bin\\nsupdate.exe",
 | 
						|
        "bin\\rndc-confgen.exe",
 | 
						|
        "bin\\rndc.exe",
 | 
						|
        "bin\\tsig-keygen.exe"
 | 
						|
    ],
 | 
						|
    "persist": "etc",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://www.isc.org/download/",
 | 
						|
        "regex": "BIND([\\d.]+).x64.zip"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://downloads.isc.org/isc/bind$majorVersion/$version/BIND$version.x64.zip"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |