ScoopInstaller_Main/bucket/dnsproxy.json
2024-05-31 12:31:18 +00:00

39 lines
1.6 KiB
JSON

{
"version": "0.71.2",
"description": "Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support",
"homepage": "https://github.com/AdguardTeam/dnsproxy",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.71.2/dnsproxy-windows-amd64-v0.71.2.zip",
"hash": "54e6452d9e483c4b1825dbad8fdb78598babe6ef478a293e5aadada290b46325",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.71.2/dnsproxy-windows-386-v0.71.2.zip",
"hash": "29a73bc6139e69cc86ab09dc8f9e7824cc8fcc31329e05a290ea1fb5eca767da",
"extract_dir": "windows-386"
},
"arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.71.2/dnsproxy-windows-arm64-v0.71.2.zip",
"hash": "c5d78e4cb3a2164a75c8f97a9856191056a87bd9e7bc06f9c45eb6642a8a280b",
"extract_dir": "windows-arm64"
}
},
"bin": "dnsproxy.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v$version/dnsproxy-windows-amd64-v$version.zip"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v$version/dnsproxy-windows-386-v$version.zip"
},
"arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v$version/dnsproxy-windows-arm64-v$version.zip"
}
}
}
}