mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-06 07:21:18 +00:00
39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"version": "9.14.7",
|
|
"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.7/BIND9.14.7.x64.zip",
|
|
"hash": "82860de0eb81858ef6afc1eeca23410c576c57e8e78b16b542f63018a2c54e75"
|
|
},
|
|
"32bit": {
|
|
"url": "https://ftp.isc.org/isc/bind9/9.14.7/BIND9.14.7.x86.zip",
|
|
"hash": "1d15127f9e2a1f93fd708319f7ba5fe1ee78c5b5c25ebb6d173f45314a629269"
|
|
}
|
|
},
|
|
"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."
|
|
]
|
|
}
|