mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
27 lines
814 B
JSON
27 lines
814 B
JSON
{
|
|
"version": "1.12.2",
|
|
"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.2/coredns_1.12.2_windows_amd64.tgz",
|
|
"hash": "5622ed8cf6f265d7360229fcfdf0924e5ffe7905545cc42086627bec2ae372b0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|