mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
27 lines
811 B
JSON
27 lines
811 B
JSON
{
|
|
"version": "1.9.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.9.0/coredns_1.9.0_windows_amd64.tgz",
|
|
"hash": "8dbb55161481d435b9f3ea9e5393a67aee11380ac8707c038b3390ddedaf74bb"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|