mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://www.isc.org/",
|
|
"description": "dig (domain information groper) is a flexible tool for interrogating DNS name servers",
|
|
"license": "MPL-2.0",
|
|
"version": "9.12.4",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://ftp.isc.org/isc/bind9/9.12.4/BIND9.12.4.x64.zip",
|
|
"hash": "3c004658cefba6faa2843e3894ff867f642d7758b5d337953a0e7ac014ba6df5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://ftp.isc.org/isc/bind9/9.12.4/BIND9.12.4.x86.zip",
|
|
"hash": "3c004658cefba6faa2843e3894ff867f642d7758b5d337953a0e7ac014ba6df5"
|
|
}
|
|
},
|
|
"bin": "dig.exe",
|
|
"checkver": {
|
|
"url": "https://www.isc.org/downloads/",
|
|
"re": "Current-Stable[\\S\\s]*?BIND(.+).x64.zip"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://ftp.isc.org/isc/bind$majorVersion/$version/BIND$version.x64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://ftp.isc.org/isc/bind$majorVersion/$version/BIND$version.x86.zip"
|
|
}
|
|
}
|
|
},
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2012"
|
|
}
|
|
}
|