Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00

36 lines
1.0 KiB
JSON

{
"homepage": "https://www.isc.org/",
"license": "ISC",
"version": "9.12.1",
"architecture": {
"64bit": {
"url": "https://ftp.isc.org/isc/bind9/9.12.1/BIND9.12.1.x64.zip",
"hash": "8946b29544d97e2217110aeb42d6f86c43625614a9f2dac4509ca8099d276a46"
},
"32bit": {
"url": "https://ftp.isc.org/isc/bind9/9.12.1/BIND9.12.1.x86.zip",
"hash": "8e7474509846e15cef966b0a5786ff79dc898eb7f90a83c2109c59fcbad8c6ed"
}
},
"bin": "dig.exe",
"checkver": {
"url": "https://ftp.isc.org/isc/bind9/?C=N;O=D",
"re": "<a href=\"([\\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"
]
}
}