2025-04-01 00:43:01 +00:00

27 lines
814 B
JSON

{
"version": "1.12.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.12.1/coredns_1.12.1_windows_amd64.tgz",
"hash": "b5d1d90fe67722bcb310c3cb2159c3bd2d02a2b8f3a31635c783dcc7a520b0bc"
}
},
"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"
}
}
}