mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 18:51:21 +00:00
39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"version": "9.14.5",
|
|
"homepage": "https://www.isc.org/bind/",
|
|
"description": "dig (domain information groper) is a flexible tool for interrogating DNS name servers",
|
|
"license": "MPL-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://ftp.isc.org/isc/bind9/9.14.5/BIND9.14.5.x64.zip",
|
|
"hash": "ce186978deedf22ecb6b93196ab82b83f7660ad5b3588d23ea1df5be2f078258"
|
|
},
|
|
"32bit": {
|
|
"url": "https://ftp.isc.org/isc/bind9/9.14.5/BIND9.14.5.x86.zip",
|
|
"hash": "4ad822ec593f311da56debb1ff370519a11c0e449b3de843ee21deb942390482"
|
|
}
|
|
},
|
|
"bin": "dig.exe",
|
|
"checkver": {
|
|
"url": "https://www.isc.org/downloads/",
|
|
"regex": "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"
|
|
},
|
|
"notes": [
|
|
"The dig package has been deprecated, and will be removed in the future.",
|
|
"Please use the bind package instead."
|
|
]
|
|
}
|