mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +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.14.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://ftp.isc.org/isc/bind9/9.14.0/BIND9.14.0.x64.zip",
|
|
"hash": "a81ca8327da0a4c7c8042f8947a80a11e9e98c9ea741105622d04d7eb9bbd3b4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://ftp.isc.org/isc/bind9/9.14.0/BIND9.14.0.x86.zip",
|
|
"hash": "1f2aebad977c9625d01f806f78b21a4e788ff431f91587431ab73ad60dec52a5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|