2022-03-11 20:26:51 +00:00

27 lines
811 B
JSON

{
"version": "1.9.1",
"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.9.1/coredns_1.9.1_windows_amd64.tgz",
"hash": "44976dfc8f8afe46264444621c940dc9aef479c3044c1438494ae7be86733da6"
}
},
"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"
}
}
}