mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 13:41:21 +00:00
* Update acmesharp.json * Update adb.json * Update ammonite.json * Update ant.json * Update apache.json * Update axel.json * Update bazel.json * Update bfg.json * Update blink1-tool.json * Update busybox.json * Update cacert.json * Update composer.json * Update dart.json * Update dep.json * Update devd.json * Update diffutils.json * Update dig.json * Update digdag.json * Update dirhash.json * Update docfx.json * Update docker-compose.json * Update docker-machine.json * Update docker.json * Update dosbox.json * Update dotnet-sdk.json * Update dotnet.json
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": "ISC",
|
|
"version": "9.12.3-P1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://ftp.isc.org/isc/bind9/9.12.3-P1/BIND9.12.3-P1.x64.zip",
|
|
"hash": "932b4fc2b4b14603f5e7c9e821b01ec82d6a753f3a9628fa634ad83cf2714da8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://ftp.isc.org/isc/bind9/9.12.3-P1/BIND9.12.3-P1.x86.zip",
|
|
"hash": "68567aba79e97d9c1ff416bf9a7a1cb6071dbf16e1ed7d3bfa05fb9f34188fab"
|
|
}
|
|
},
|
|
"bin": "dig.exe",
|
|
"checkver": {
|
|
"url": "https://www.isc.org/downloads/",
|
|
"re": "(?sm)Current-Stable.*?BIND([\\d.]+(?:[-P\\d]*))"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://ftp.isc.org/isc/bind9/$version/BIND$version.x64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://ftp.isc.org/isc/bind9/$version/BIND$version.x86.zip"
|
|
}
|
|
}
|
|
},
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2012"
|
|
}
|
|
}
|