mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-02 05:21:20 +00:00
27 lines
812 B
JSON
27 lines
812 B
JSON
{
|
|
"version": "1.7.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.7.1/coredns_1.7.1_windows_amd64.tgz",
|
|
"hash": "5877d9be662aca8a3bb1bec65919b79cd005b9b0e6a6ae9cb3f192bf7709011d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|