2020-03-25 09:01:51 +00:00

27 lines
812 B
JSON

{
"homepage": "https://coredns.io/",
"description": "A DNS server/forwarder, that chains plugins.",
"license": "Apache-2.0",
"version": "1.6.9",
"architecture": {
"64bit": {
"url": "https://github.com/coredns/coredns/releases/download/v1.6.9/coredns_1.6.9_windows_amd64.tgz",
"hash": "becf225a7a32714336b1e07f39526b3d2833f24a839bb2035b8c23ca2edb6fda"
}
},
"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"
}
}
}