2025-10-09 00:37:38 +00:00

27 lines
814 B
JSON

{
"version": "1.13.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.13.1/coredns_1.13.1_windows_amd64.tgz",
"hash": "0b64c4e9738ec3e6559a07fbb65d567bb4f08f9a1a9ee4f8c49ee2fe8d9dd37d"
}
},
"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"
}
}
}