mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
27 lines
814 B
JSON
27 lines
814 B
JSON
{
|
|
"version": "1.13.0",
|
|
"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.0/coredns_1.13.0_windows_amd64.tgz",
|
|
"hash": "2b64e26b82b45708453ecfaa67e2cb9e2d8e0bfdfdb744c8d26567c437468d8f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|