2021-10-07 13:00:35 +00:00

27 lines
811 B
JSON

{
"version": "1.8.6",
"description": "A DNS server/forwarder, that chains plugins.",
"homepage": "https://coredns.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/coredns/coredns/releases/download/v1.8.6/coredns_1.8.6_windows_amd64.tgz",
"hash": "d41651587931aead96f562454d1b5b13462606238e7132ce36c8206468f7e2d1"
}
},
"bin": "coredns.exe",
"checkver": {
"github": "https://github.com/coredns/coredns"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/coredns/coredns/releases/download/v$version/coredns_$version_windows_amd64.tgz"
}
},
"hash": {
"url": "$url.sha256"
}
}
}