2021-02-25 09:31:55 +01:00

27 lines
811 B
JSON

{
"version": "1.8.3",
"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.3/coredns_1.8.3_windows_amd64.tgz",
"hash": "afb83305d420950d84e37342ecb5f406ff45138af281846971e2226ace32de7b"
}
},
"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"
}
}
}